remove if => unless suggestions from rubocop

This commit is contained in:
Brent Cook 2017-08-03 00:26:04 -05:00
parent c3bc27385e
commit a12f3c4c23
1 changed files with 4 additions and 0 deletions

View File

@ -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/NegatedIf:
Enabled: false
Description: 'This often introduces bugs in tested code'
Style/ConditionalAssignment: Style/ConditionalAssignment:
Enabled: false Enabled: false
Description: 'This is confusing for folks coming from other languages' Description: 'This is confusing for folks coming from other languages'