summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wortschack <mwortschack@gitlab.com>2019-04-15 13:13:40 +0200
committerMartin Wortschack <mwortschack@gitlab.com>2019-07-17 12:06:09 +0200
commit9f62c2640e9451993394c3b05bf6364fc9bf401f (patch)
tree89930cfa8636a95d286dfbbf2de0ad2307019fae
parent9e9012820c8c64b7d40a3c286a2b2ef9de193dee (diff)
downloadgitlab-ce-9f62c2640e9451993394c3b05bf6364fc9bf401f.tar.gz
Exclude ee/lib/tasks/**/*
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 11f6bc1a38a..d3617b24561 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -30,6 +30,7 @@ GetText/DecorateString:
- 'spec/**/*'
- 'ee/spec/**/*'
- 'lib/tasks/**/*'
+ - 'ee/lib/tasks/**/*'
- 'lib/system_check/**/*'
- 'ee/lib/system_check/**/*'
- 'lib/gitlab/setup_helper.rb'
@@ -52,6 +53,7 @@ GetText/DecorateStringFormattingUsingInterpolation:
- 'spec/**/*'
- 'ee/spec/**/*'
- 'lib/tasks/**/*'
+ - 'ee/lib/tasks/**/*'
- 'lib/system_check/**/*'
- 'ee/lib/system_check/**/*'
- 'lib/gitlab/setup_helper.rb'
@@ -72,6 +74,7 @@ GetText/DecorateStringFormattingUsingPercent:
- 'spec/**/*'
- 'ee/spec/**/*'
- 'lib/tasks/**/*'
+ - 'ee/lib/tasks/**/*'
- 'lib/system_check/**/*'
- 'ee/lib/system_check/**/*'
- 'lib/gitlab/setup_helper.rb'