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.
|
# Ignore lib/** as it contains a lot of offenses for now.
|
||||||
# TODO : fix lib/** offenses
|
# TODO : fix lib/** offenses
|
||||||
- 'lib/**/*'
|
- 'lib/**/*'
|
||||||
|
# The Puppet pkg directory
|
||||||
|
- 'pkg/**/*'
|
||||||
|
|
||||||
Lint/ConditionPosition:
|
Lint/ConditionPosition:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
@ -423,9 +425,6 @@ Style/NumericLiterals:
|
|||||||
Style/OneLineConditional:
|
Style/OneLineConditional:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
Naming/BinaryOperatorParameter:
|
|
||||||
Enabled: false
|
|
||||||
|
|
||||||
Style/ParenthesesAroundCondition:
|
Style/ParenthesesAroundCondition:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
@ -482,3 +481,6 @@ Style/IfWithSemicolon:
|
|||||||
|
|
||||||
Style/Encoding:
|
Style/Encoding:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
|
Style/FrozenStringLiteralComment:
|
||||||
|
Enabled: false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user