diff options
author | Toon Claes <toon@gitlab.com> | 2019-04-12 10:34:51 +0200 |
---|---|---|
committer | Toon Claes <toon@gitlab.com> | 2019-04-18 14:25:49 +0200 |
commit | 080e8de584a4b04d193dae4f97766b4e04680e34 (patch) | |
tree | 84b3dcd5f2c6623e7c6fcee649afb4ca65dad899 /.rubocop.yml | |
parent | f38e3f2f14e24edb0786549324350505280915c8 (diff) | |
download | gitlab-ce-080e8de584a4b04d193dae4f97766b4e04680e34.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
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 1 |
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/**/*' |