rubocop: Style/NumericPredicate, 444

This commit is contained in:
Peter Bhat Harkins 2018-03-18 00:47:10 -05:00
parent f237cefeaa
commit 091798a0a7

View File

@ -94,6 +94,8 @@ Style/LineEndConcatenation:
Enabled: false
Style/NegatedIf:
EnforcedStyle: postfix
Style/NumericPredicate:
Enabled: false
Style/RedundantReturn:
Enabled: false
Style/RedundantSelf: