frankfurter/.rubocop_todo.yml
2020-05-02 17:08:47 +01:00

12 lines
206 B
YAML

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