mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
Rubocop 0.80 updates to rubocop configs
Arbitrary annoying name changes to cops and new cops that I don't think we would care about: https://rubocop.readthedocs.io/en/latest/cops_style/#stylehasheachmethods https://rubocop.readthedocs.io/en/latest/cops_style/#stylehashtransformkeys https://rubocop.readthedocs.io/en/latest/cops_style/#stylehashtransformvalues
This commit is contained in:
parent
cec7183fdc
commit
9201a0befb
2 changed files with 15 additions and 24 deletions
13
.rubocop.yml
13
.rubocop.yml
|
|
@ -17,7 +17,7 @@ Style/Documentation:
|
|||
Enabled: false
|
||||
|
||||
# Line length is not useful
|
||||
Metrics/LineLength:
|
||||
Layout/LineLength:
|
||||
Enabled: false
|
||||
|
||||
# Empty method definitions over more than one line is ok
|
||||
|
|
@ -69,3 +69,14 @@ Style/GuardClause:
|
|||
Layout/EndOfLine:
|
||||
EnforcedStyle: lf
|
||||
|
||||
# Added in 0.80, don't really care about the change
|
||||
Style/HashEachMethods:
|
||||
Enabled: false
|
||||
|
||||
# Added in 0.80, don't really care about the change
|
||||
Style/HashTransformKeys:
|
||||
Enabled: false
|
||||
|
||||
# Added in 0.80, don't really care about the change
|
||||
Style/HashTransformValues:
|
||||
Enabled: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue