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
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