summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wortschack <mwortschack@gitlab.com>2019-04-15 13:11:16 +0200
committerMartin Wortschack <mwortschack@gitlab.com>2019-07-17 12:06:09 +0200
commit9e9012820c8c64b7d40a3c286a2b2ef9de193dee (patch)
tree2ac6d9717589bc839d9a4d73a55ae1fe85f926ec
parent82fe6ddef431a1a88e354a6da727cd0d9c71ac74 (diff)
downloadgitlab-ce-9e9012820c8c64b7d40a3c286a2b2ef9de193dee.tar.gz
Exclude ee/lib/system_check/**/*
-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'