bigbluebutton-Github/record-and-playback/.rubocop.yml
2020-01-21 17:13:16 -05:00

18 lines
464 B
YAML

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