mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Update rubocop.yml
This commit is contained in:
23
rubocop.yml
23
rubocop.yml
@@ -4,6 +4,16 @@ AllCops:
|
|||||||
Style/AlignParameters:
|
Style/AlignParameters:
|
||||||
EnforcedStyle: with_fixed_indentation
|
EnforcedStyle: with_fixed_indentation
|
||||||
|
|
||||||
|
Style/ClassLength:
|
||||||
|
CountComments: false
|
||||||
|
Max: 200
|
||||||
|
|
||||||
|
Style/EmptyLineBetweenDefs:
|
||||||
|
AllowAdjacentOneLineDefs: true
|
||||||
|
|
||||||
|
Style/Encoding:
|
||||||
|
EnforcedStyle: when_needed
|
||||||
|
|
||||||
Style/HashSyntax:
|
Style/HashSyntax:
|
||||||
EnforcedStyle: hash_rockets
|
EnforcedStyle: hash_rockets
|
||||||
|
|
||||||
@@ -13,3 +23,16 @@ Style/IndentHash:
|
|||||||
Style/LineLength:
|
Style/LineLength:
|
||||||
Max: 78
|
Max: 78
|
||||||
AllowURI: true
|
AllowURI: true
|
||||||
|
|
||||||
|
Style/IfUnlessModifier:
|
||||||
|
MaxLineLength: 78
|
||||||
|
|
||||||
|
Style/MethodLength:
|
||||||
|
CountComments: false
|
||||||
|
Max: 20
|
||||||
|
|
||||||
|
Style/SingleLineBlockParams:
|
||||||
|
Methods:
|
||||||
|
|
||||||
|
Style/WhileUntilModifier:
|
||||||
|
MaxLineLength: 78
|
||||||
Reference in New Issue
Block a user