Commit e077a2e6 authored by Serena Fang's avatar Serena Fang

Fix rubocop error

parent d46c8a5f
......@@ -62,7 +62,7 @@ module EE
end
def show_minute_limit_banner?(namespace)
return false unless ::Gitlab.com? && ::Feature.enabled?(:show_minute_limit_banner, namespace.root_ancestor, default_enabled: :yaml)
return false unless ::Gitlab.com? && ::Feature.enabled?(:show_minute_limit_banner, namespace.root_ancestor, default_enabled: :yaml) # rubocop:disable Layout/LineLength
namespace.root_ancestor.free_plan? && !minute_limit_banner_dismissed?
end
......
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