Update rubocop config

This commit is contained in:
Nate Riffe 2018-03-30 09:46:29 -05:00
parent 7a01b36efc
commit 3989a5ca08

View File

@ -9,6 +9,8 @@ AllCops:
# Ignore lib/** as it contains a lot of offenses for now.
# TODO : fix lib/** offenses
- 'lib/**/*'
# The Puppet pkg directory
- 'pkg/**/*'
Lint/ConditionPosition:
Enabled: true
@ -423,9 +425,6 @@ Style/NumericLiterals:
Style/OneLineConditional:
Enabled: false
Naming/BinaryOperatorParameter:
Enabled: false
Style/ParenthesesAroundCondition:
Enabled: false
@ -482,3 +481,6 @@ Style/IfWithSemicolon:
Style/Encoding:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false