2019-05-31 03:59:13 +08:00
|
|
|
AllCops:
|
2019-06-04 02:25:13 +08:00
|
|
|
TargetRubyVersion: 2.3
|
2019-05-31 03:59:13 +08:00
|
|
|
Layout/AlignHash:
|
|
|
|
EnforcedHashRocketStyle: [ key, table ]
|
|
|
|
Metrics:
|
|
|
|
Enabled: false
|
|
|
|
Style/AsciiComments:
|
|
|
|
AllowedChars: [ © ]
|
|
|
|
Style/TrailingCommaInArrayLiteral:
|
|
|
|
EnforcedStyleForMultiline: consistent_comma
|
|
|
|
Style/TrailingCommaInHashLiteral:
|
|
|
|
EnforcedStyleForMultiline: consistent_comma
|