Files
dotfiles/rubocop.yml
2014-07-28 10:30:09 +01:00

38 lines
584 B
YAML

AllCops:
RunRailsCops: true
Style/AlignParameters:
EnforcedStyle: with_fixed_indentation
Style/ClassLength:
CountComments: false
Max: 200
Style/EmptyLineBetweenDefs:
AllowAdjacentOneLineDefs: true
Style/Encoding:
EnforcedStyle: when_needed
Style/HashSyntax:
EnforcedStyle: hash_rockets
Style/IndentHash:
EnforcedStyle: consistent
Style/LineLength:
Max: 78
AllowURI: true
Style/IfUnlessModifier:
MaxLineLength: 78
Style/MethodLength:
CountComments: false
Max: 20
Style/SingleLineBlockParams:
Methods:
Style/WhileUntilModifier:
MaxLineLength: 78