remove conditional assignment warning

This commit is contained in:
Brent Cook 2017-08-01 15:19:13 -05:00
parent 8c9fb1d529
commit e27b0c7589
1 changed files with 4 additions and 0 deletions

View File

@ -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.'