rubocop: Style/NegatedIf, 3214

This commit is contained in:
Peter Bhat Harkins 2018-03-02 09:25:26 -06:00
parent 2f2ef5d90f
commit e2aa2d6d8a

View File

@ -18,10 +18,16 @@ AllCops:
# Layout
Layout/AccessModifierIndentation:
EnforcedStyle: outdent
Layout/CaseIndentation:
EnforcedStyle: end
Layout/ElseAlignment:
Enabled: false
Layout/EmptyLinesAroundExceptionHandlingKeywords:
Enabled: false
# Lint
Lint/EndAlignment:
EnforcedStyleAlignWith: variable
# Metrics