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:
- '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