Fix rubocop warnings

This commit is contained in:
Hakan Ensari 2020-04-01 11:20:19 +01:00
parent 3005aaaf7b
commit a0dbfbc929

View File

@ -1,3 +1,7 @@
Lint/RaiseException:
Enabled: true
Lint/StructNewOverride:
Enabled: true
Metrics/AbcSize: Metrics/AbcSize:
Max: 21.79 Max: 21.79
Metrics/BlockLength: Metrics/BlockLength:
@ -6,3 +10,9 @@ Metrics/MethodLength:
Max: 13 Max: 13
Style/Documentation: Style/Documentation:
Enabled: false Enabled: false
Style/HashEachMethods:
Enabled: true
Style/HashTransformKeys:
Enabled: true
Style/HashTransformValues:
Enabled: true