diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-12-01 12:16:08 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-12-01 12:16:08 +0000 |
commit | c9439a09c51acff525f2e5c5cba8caecc270da8b (patch) | |
tree | cd344f3ce05525dccbc5f7d607d3fd1e76b46cd2 /.rubocop.yml | |
parent | 7bc1ee0bcb9cefaf788aa0b93383b7347e9010b0 (diff) | |
download | gitlab-ce-c9439a09c51acff525f2e5c5cba8caecc270da8b.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 5b7a58e1f2d..2280fe222ea 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -8,7 +8,9 @@ require: inherit_from: <% unless ENV['REVEAL_RUBOCOP_TODO'] == '1' %> - - '.rubocop_manual_todo.yml' + <% Dir.glob('.rubocop_todo/**/*.yml').each do |rubocop_todo_yaml| %> + - '<%= rubocop_todo_yaml %>' + <% end %> - '.rubocop_todo.yml' <% end %> - ./rubocop/rubocop-migrations.yml |