summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 4cc41465de7..11f6bc1a38a 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -31,6 +31,7 @@ GetText/DecorateString:
- 'ee/spec/**/*'
- 'lib/tasks/**/*'
- 'lib/system_check/**/*'
+ - 'ee/lib/system_check/**/*'
- 'lib/gitlab/setup_helper.rb'
- 'lib/gitlab/ee_compat_check.rb'
- 'lib/gitlab/database/migration_helpers.rb'
@@ -52,6 +53,7 @@ GetText/DecorateStringFormattingUsingInterpolation:
- 'ee/spec/**/*'
- 'lib/tasks/**/*'
- 'lib/system_check/**/*'
+ - 'ee/lib/system_check/**/*'
- 'lib/gitlab/setup_helper.rb'
- 'lib/gitlab/ee_compat_check.rb'
- 'lib/gitlab/database/migration_helpers.rb'
@@ -71,6 +73,7 @@ GetText/DecorateStringFormattingUsingPercent:
- 'ee/spec/**/*'
- 'lib/tasks/**/*'
- 'lib/system_check/**/*'
+ - 'ee/lib/system_check/**/*'
- 'lib/gitlab/setup_helper.rb'
- 'lib/gitlab/ee_compat_check.rb'
- 'lib/gitlab/database/migration_helpers.rb'