frankfurter/.rubocop_todo.yml
2020-04-01 11:20:19 +01:00

19 lines
382 B
YAML

Lint/RaiseException:
Enabled: true
Lint/StructNewOverride:
Enabled: true
Metrics/AbcSize:
Max: 21.79
Metrics/BlockLength:
ExcludedMethods: ['dataset_module', 'describe', 'helpers']
Metrics/MethodLength:
Max: 13
Style/Documentation:
Enabled: false
Style/HashEachMethods:
Enabled: true
Style/HashTransformKeys:
Enabled: true
Style/HashTransformValues:
Enabled: true