frankfurter/.rubocop_todo.yml

12 lines
203 B
YAML
Raw Normal View History

2019-11-22 14:12:25 +01:00
Metrics/AbcSize:
Max: 25.04
2019-11-22 14:12:25 +01:00
Metrics/BlockLength:
2023-02-28 17:49:48 +01:00
AllowedMethods: ['describe', 'route']
2019-11-22 14:12:25 +01:00
Metrics/MethodLength:
Max: 13
2020-05-02 18:08:47 +02:00
Minitest:
Include:
- '**/*_spec.rb'
2019-11-22 14:12:25 +01:00
Style/Documentation:
Enabled: false