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