Commit 77aaf2fb authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'jh-mr-145-fix-pipeline' into 'master'

Exclude JH spec and lib in rubocop of Naming/FileName

See merge request gitlab-org/gitlab!72948
parents 6c8c30f0 7d3e0e4f
......@@ -113,6 +113,7 @@ Naming/FileName:
- 'config.ru'
- 'config/**/*'
- 'ee/config/**/*'
- 'jh/config/**/*'
- 'db/**/*'
- 'ee/db/**/*'
- 'ee/elastic/migrate/*'
......@@ -124,6 +125,7 @@ Naming/FileName:
- 'spec/**/*'
- 'tooling/bin/*'
- 'ee/spec/**/*'
- 'jh/spec/**/*'
- 'qa/bin/*'
- 'qa/spec/**/*'
- 'qa/qa/specs/**/*'
......
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