Skip to content
Snippets Groups Projects
.rubocop.yml 464 B
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