Exclude ee/bin from Naming/FileName cop

Related issue:
https://gitlab.com/gitlab-org/gitlab-ee/issues/6565
This commit is contained in:
Toon Claes 2019-04-12 10:34:51 +02:00
parent f38e3f2f14
commit 080e8de584
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ Naming/FileName:
- 'qa/spec/**/*'
- 'qa/qa/specs/**/*'
- 'qa/bin/*'
- 'ee/bin/*'
- 'config/**/*'
- 'ee/config/**/*'
- 'lib/generators/**/*'