2019-05-31 03:59:13 +08:00
|
|
|
AllCops:
|
2019-06-04 23:25:20 +08:00
|
|
|
TargetRubyVersion: 2.3 # System ruby on Ubuntu 16.04
|
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
|