bigbluebutton-v2.5.11/record-and-playback/.rubocop.yml

19 lines
482 B
YAML
Raw Normal View History

2023-01-16 14:25:39 +08:00
AllCops:
TargetRubyVersion: 2.5 # System ruby on Ubuntu 18.04
NewCops: enable
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