diff --git a/.rubocop.yml b/.rubocop.yml index e30a71ee9..05d6e8686 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -87,6 +87,7 @@ Metrics/ModuleLength: Rails/HelperInstanceVariable: Exclude: - enterprise/app/helpers/captain/chat_helper.rb + - enterprise/app/helpers/captain/loggable.rb Rails/ApplicationController: Exclude: @@ -336,4 +337,4 @@ FactoryBot/RedundantFactoryOption: Enabled: false FactoryBot/FactoryAssociationWithStrategy: - Enabled: false \ No newline at end of file + Enabled: false