Update rubocop config
This commit is contained in:
parent
7a01b36efc
commit
3989a5ca08
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user