frankfurter/.rubocop_todo.yml

19 lines
382 B
YAML
Raw Normal View History

2020-04-01 12:20:19 +02:00
Lint/RaiseException:
Enabled: true
Lint/StructNewOverride:
Enabled: true
2019-11-22 14:12:25 +01:00
Metrics/AbcSize:
Max: 21.79
Metrics/BlockLength:
ExcludedMethods: ['dataset_module', 'describe', 'helpers']
Metrics/MethodLength:
Max: 13
Style/Documentation:
Enabled: false
2020-04-01 12:20:19 +02:00
Style/HashEachMethods:
Enabled: true
Style/HashTransformKeys:
Enabled: true
Style/HashTransformValues:
Enabled: true