Files
dotfiles/rubocop.yml

16 lines
236 B
YAML

AllCops:
RunRailsCops: true
Style/AlignParameters:
EnforcedStyle: with_fixed_indentation
Style/HashSyntax:
EnforcedStyle: hash_rockets
Style/IndentHash:
EnforcedStyle: consistent
Style/LineLength:
Max: 78
AllowURI: true