bigbluebutton-Github/record-and-playback/.rubocop.yml

18 lines
464 B
YAML
Raw Normal View History

AllCops:
2020-01-22 06:06:08 +08:00
TargetRubyVersion: 2.5 # System ruby on Ubuntu 18.04
Layout/HashAlignment:
EnforcedHashRocketStyle: [ key, table ]
2020-01-22 06:06:08 +08:00
EnforcedColonStyle: [ key, table ]
Layout/LineLength:
Max: 128
Metrics:
Enabled: false
Style/AsciiComments:
AllowedChars: [ © ]
2020-01-22 06:06:08 +08:00
Style/Documentation:
Enabled: false
Style/TrailingCommaInArrayLiteral:
EnforcedStyleForMultiline: consistent_comma
Style/TrailingCommaInHashLiteral:
EnforcedStyleForMultiline: consistent_comma