mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
(rubocop) Defer Metrics cop changes for now
This commit is contained in:
parent
6e1f626d7b
commit
893f9363e0
2 changed files with 49 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
inherit_from: .rubocop_todo.yml
|
||||
|
||||
AllCops:
|
||||
TargetRubyVersion: 2.4
|
||||
|
||||
|
|
@ -12,6 +13,7 @@ Style/TrailingCommaInArrayLiteral:
|
|||
EnforcedStyleForMultiline: comma
|
||||
Style/TrailingCommaInArguments:
|
||||
EnforcedStyleForMultiline: comma
|
||||
|
||||
Layout/AlignHash:
|
||||
EnforcedHashRocketStyle: table
|
||||
Layout/IndentHash:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue