frankfurter/.rubocop_todo.yml

12 lines
203 B
YAML
Raw Normal View History

2026-05-21 01:38:14 -06:00
Metrics/AbcSize:
Max: 25.04
Metrics/BlockLength:
AllowedMethods: ['describe', 'route']
Metrics/MethodLength:
Max: 13
Minitest:
Include:
- '**/*_spec.rb'
Style/Documentation:
Enabled: false