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: ...@@ -113,6 +113,7 @@ Naming/FileName:
- 'config.ru' - 'config.ru'
- 'config/**/*' - 'config/**/*'
- 'ee/config/**/*' - 'ee/config/**/*'
- 'jh/config/**/*'
- 'db/**/*' - 'db/**/*'
- 'ee/db/**/*' - 'ee/db/**/*'
- 'ee/elastic/migrate/*' - 'ee/elastic/migrate/*'
...@@ -124,6 +125,7 @@ Naming/FileName: ...@@ -124,6 +125,7 @@ Naming/FileName:
- 'spec/**/*' - 'spec/**/*'
- 'tooling/bin/*' - 'tooling/bin/*'
- 'ee/spec/**/*' - 'ee/spec/**/*'
- 'jh/spec/**/*'
- 'qa/bin/*' - 'qa/bin/*'
- 'qa/spec/**/*' - 'qa/spec/**/*'
- 'qa/qa/specs/**/*' - '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