-
- Downloads
RuboCop: Auto-enable grace period for new/increased violations
When generating TODOs, automatically enable grace period for RuboCop rules that are: - Newly added - Have an increased number of violations This helps manage the gradual adoption of code style rules while preventing immediate enforcement of rules with growing violations.
parent
7eb0a8b1
No related branches found
No related tags found
Showing
- doc/development/rubocop_development_guide.md 6 additions, 1 deletiondoc/development/rubocop_development_guide.md
- rubocop/formatter/todo_formatter.rb 11 additions, 1 deletionrubocop/formatter/todo_formatter.rb
- spec/rubocop/formatter/todo_formatter_spec.rb 5 additions, 0 deletionsspec/rubocop/formatter/todo_formatter_spec.rb
Please register or sign in to comment