frankfurter/.rubocop_todo.yml

12 lines
204 B
YAML
Raw Normal View History

2019-11-22 14:12:25 +01:00
Metrics/AbcSize:
Max: 21.79
Metrics/BlockLength:
ExcludedMethods: ['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