frankfurter/.rubocop_todo.yml
2023-02-28 16:49:48 +00:00

12 lines
203 B
YAML

Metrics/AbcSize:
Max: 25.04
Metrics/BlockLength:
AllowedMethods: ['describe', 'route']
Metrics/MethodLength:
Max: 13
Minitest:
Include:
- '**/*_spec.rb'
Style/Documentation:
Enabled: false