Commit 7d3e0e4f authored by Zhu Shung's avatar Zhu Shung Committed by Zhu Shuang

Exclude JH spec and lib in rubocop of Naming/FileName

parent 45da3d6d
...@@ -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