mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 06:46:40 +00:00
Update rubocop.yml
This commit is contained in:
@@ -34,11 +34,11 @@ Style/IndentHash:
|
||||
EnforcedStyle: consistent
|
||||
|
||||
Style/LineLength:
|
||||
Max: 78
|
||||
Max: 80
|
||||
AllowURI: true
|
||||
|
||||
Style/IfUnlessModifier:
|
||||
MaxLineLength: 78
|
||||
MaxLineLength: 80
|
||||
|
||||
Style/MethodLength:
|
||||
CountComments: false
|
||||
@@ -51,4 +51,4 @@ Style/StringLiterals:
|
||||
Enabled: false
|
||||
|
||||
Style/WhileUntilModifier:
|
||||
MaxLineLength: 78
|
||||
MaxLineLength: 80
|
||||
|
||||
Reference in New Issue
Block a user