Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToon Claes <toon@gitlab.com>2019-04-12 11:34:51 +0300
committerToon Claes <toon@gitlab.com>2019-04-18 15:25:49 +0300
commit080e8de584a4b04d193dae4f97766b4e04680e34 (patch)
tree84b3dcd5f2c6623e7c6fcee649afb4ca65dad899 /.rubocop.yml
parentf38e3f2f14e24edb0786549324350505280915c8 (diff)
Exclude ee/bin from Naming/FileName cop
Related issue: https://gitlab.com/gitlab-org/gitlab-ee/issues/6565
Diffstat (limited to '.rubocop.yml')
-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/**/*'