mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 13:28:42 -05:00
14 lines
343 B
YAML
14 lines
343 B
YAML
---
|
|
AllCops:
|
|
TargetRubyVersion: 2.4
|
|
|
|
Style/Documentation:
|
|
Enabled: False
|
|
Style/HashSyntax:
|
|
EnforcedStyle: hash_rockets
|
|
Style/TrailingCommaInHashLiteral:
|
|
EnforcedStyleForMultiline: comma
|
|
Style/TrailingCommaInArrayLiteral:
|
|
EnforcedStyleForMultiline: comma
|
|
Style/TrailingCommaInArguments:
|
|
EnforcedStyleForMultiline: comma
|