diff options
-rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index e5fe527e611..45d3360e76b 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -161,7 +161,7 @@ Rails/ApplicationRecord: - ee/lib/ee/gitlab/background_migration/**/*.rb - ee/spec/**/*.rb -# GitLab ################################################################### +# GitLab ################################################################## Gitlab/ModuleWithInstanceVariables: Enable: true |