summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToon Claes <toon@gitlab.com>2019-04-12 10:34:51 +0200
committerToon Claes <toon@gitlab.com>2019-04-18 14:25:49 +0200
commit080e8de584a4b04d193dae4f97766b4e04680e34 (patch)
tree84b3dcd5f2c6623e7c6fcee649afb4ca65dad899
parentf38e3f2f14e24edb0786549324350505280915c8 (diff)
downloadgitlab-ce-tc-move-geo-cursor-bin-ce.tar.gz
Exclude ee/bin from Naming/FileName coptc-move-geo-cursor-bin-ce
Related issue: https://gitlab.com/gitlab-org/gitlab-ee/issues/6565
-rw-r--r--.rubocop.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index aa49f41ebf4..e5fe527e611 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -75,6 +75,7 @@ Naming/FileName:
- 'qa/spec/**/*'
- 'qa/qa/specs/**/*'
- 'qa/bin/*'
+ - 'ee/bin/*'
- 'config/**/*'
- 'ee/config/**/*'
- 'lib/generators/**/*'