rubocop: Style/IdenticalConditionalBranches, 65

This commit is contained in:
Peter Bhat Harkins 2018-03-19 16:08:54 -05:00
parent 9554e41cee
commit 62da0b0165

View File

@ -125,6 +125,8 @@ Style/NumericPredicate:
Enabled: false
Style/RaiseArgs:
EnforcedStyle: compact
Style/RedundantBegin:
Enabled: false
Style/RedundantReturn:
Enabled: false
Style/RedundantSelf: