Commit 584868af authored by Doug Stull's avatar Doug Stull

Merge branch 'rubocop-disable-check-definition-path-hierarchy' into 'master'

Don't verify module path for Naming/FileName cop

See merge request gitlab-org/gitlab!72798
parents fabe2cbb 81df201b
...@@ -106,6 +106,7 @@ RSpec/MultipleMemoizedHelpers: ...@@ -106,6 +106,7 @@ RSpec/MultipleMemoizedHelpers:
Naming/FileName: Naming/FileName:
ExpectMatchingDefinition: true ExpectMatchingDefinition: true
CheckDefinitionPathHierarchy: false
Exclude: Exclude:
- '**/*/*.builder' - '**/*/*.builder'
- 'ee/bin/*' - 'ee/bin/*'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment