mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 11:02:30 +01:00
Fix rubocop warnings
This commit is contained in:
parent
3005aaaf7b
commit
a0dbfbc929
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user