frankfurter/.rubocop_todo.yml
Hakan Ensari 72fe6022c9 Housekeeping
- Use setup ruby action
- Update gems
- Rubocop fixes
- Don't mutate params
2020-05-02 15:13:50 +01:00

25 lines
473 B
YAML

Metrics/AbcSize:
Max: 21.79
Metrics/BlockLength:
ExcludedMethods: ['describe', 'helpers']
Metrics/MethodLength:
Max: 13
Style/Documentation:
Enabled: false
# New cops
Layout/SpaceAroundMethodCallOperator:
Enabled: true
Lint/RaiseException:
Enabled: true
Lint/StructNewOverride:
Enabled: true
Style/ExponentialNotation:
Enabled: true
Style/HashEachMethods:
Enabled: true
Style/HashTransformKeys:
Enabled: true
Style/HashTransformValues:
Enabled: true