Update rubocop.yml

This commit is contained in:
2015-10-05 09:45:31 +01:00
parent a5dac5379f
commit 494550e413

View File

@@ -34,11 +34,11 @@ Style/IndentHash:
EnforcedStyle: consistent EnforcedStyle: consistent
Style/LineLength: Style/LineLength:
Max: 78 Max: 80
AllowURI: true AllowURI: true
Style/IfUnlessModifier: Style/IfUnlessModifier:
MaxLineLength: 78 MaxLineLength: 80
Style/MethodLength: Style/MethodLength:
CountComments: false CountComments: false
@@ -51,4 +51,4 @@ Style/StringLiterals:
Enabled: false Enabled: false
Style/WhileUntilModifier: Style/WhileUntilModifier:
MaxLineLength: 78 MaxLineLength: 80