mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-21 18:42:29 +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:
|
||||
Max: 21.79
|
||||
Metrics/BlockLength:
|
||||
@ -6,3 +10,9 @@ Metrics/MethodLength:
|
||||
Max: 13
|
||||
Style/Documentation:
|
||||
Enabled: false
|
||||
Style/HashEachMethods:
|
||||
Enabled: true
|
||||
Style/HashTransformKeys:
|
||||
Enabled: true
|
||||
Style/HashTransformValues:
|
||||
Enabled: true
|
||||
|
Loading…
Reference in New Issue
Block a user