Commit 739c74e6 authored by Peter Leitzen's avatar Peter Leitzen

Merge branch 'jh-rubocop' into 'master'

Introduce JH rubocop rules if found JH

See merge request gitlab-org/gitlab!81220
parents 1a503d0d fd2c4e1b
......@@ -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