Commit e3037217 authored by Tetiana Chupryna's avatar Tetiana Chupryna

Enable feature by default

parent 3a5959cb
......@@ -145,7 +145,7 @@ module EE
end
def has_denied_policies?
return false if ::Feature.disabled?(:license_compliance_denies_mr, project, default_enabled: false)
return false if ::Feature.disabled?(:license_compliance_denies_mr, project)
return false unless has_license_scanning_reports?
return false if has_approved_license_check?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment