Commit fd2c4e1b authored by mao chao's avatar mao chao

Introduce JH rubocop rules if found JH

Sometimes JH need append rubocop rules, so we will load JH rubocop
config file if found in JH folder

Chnagelog: changed
parent ca0089e7
......@@ -16,6 +16,9 @@ inherit_from:
- ./rubocop/rubocop-migrations.yml
- ./rubocop/rubocop-usage-data.yml
- ./rubocop/rubocop-code_reuse.yml
<% Dir.glob('jh/rubocop/**/*.yml').each do |jh_rubocop_yaml| %>
- '<%= jh_rubocop_yaml %>'
<% end %>
inherit_mode:
merge:
......
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