remove conditional assignment warning
parent
8c9fb1d529
commit
e27b0c7589
|
@ -44,6 +44,10 @@ Style/GuardClause:
|
|||
Enabled: false
|
||||
Description: 'This often introduces bugs in tested code'
|
||||
|
||||
Style/ConditionalAssignment:
|
||||
Enabled: false
|
||||
Description: 'This is confusing for folks coming from other languages'
|
||||
|
||||
Style/Encoding:
|
||||
Enabled: true
|
||||
Description: 'We prefer binary to UTF-8.'
|
||||
|
|
Loading…
Reference in New Issue