RuboCop: Split `.rubocop_manual_todo.yml` into `.rubocop_todo/**/*.yml`
This commit moves all RuboCop configuration from the large `.rubocop_manual_todo.yml` into smaller more focused files within `.rubocop_todo/**/*.yml`. This step enables us to split `.rubocop_todo.yml` later which is very likely needed if we start using `rake rubocop:todo:generate` because it will produce a huge `.rubocop_todo.yml` (due to much higher "exclude limit").
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment