120 line length

pull/5490/head^2
Juan Ignacio Sánchez Lara 9 years ago
parent 429e8e4d81
commit ac4703fc51

@ -223,7 +223,7 @@ Style/IfUnlessModifier:
Description: Favor modifier if/unless usage when you have a single-line body. Description: Favor modifier if/unless usage when you have a single-line body.
StyleGuide: https://github.com/bbatsov/ruby-style-guide#if-as-a-modifier StyleGuide: https://github.com/bbatsov/ruby-style-guide#if-as-a-modifier
Enabled: false Enabled: false
MaxLineLength: 80 MaxLineLength: 120
Style/IndentationWidth: Style/IndentationWidth:
Description: Use 2 spaces for indentation. Description: Use 2 spaces for indentation.
StyleGuide: https://github.com/bbatsov/ruby-style-guide#spaces-indentation StyleGuide: https://github.com/bbatsov/ruby-style-guide#spaces-indentation
@ -491,7 +491,7 @@ Style/WhileUntilModifier:
Description: Favor modifier while/until usage when you have a single-line body. Description: Favor modifier while/until usage when you have a single-line body.
StyleGuide: https://github.com/bbatsov/ruby-style-guide#while-as-a-modifier StyleGuide: https://github.com/bbatsov/ruby-style-guide#while-as-a-modifier
Enabled: false Enabled: false
MaxLineLength: 80 MaxLineLength: 120
Style/WordArray: Style/WordArray:
Description: Use %w or %W for arrays of words. Description: Use %w or %W for arrays of words.
StyleGuide: https://github.com/bbatsov/ruby-style-guide#percent-w StyleGuide: https://github.com/bbatsov/ruby-style-guide#percent-w
@ -519,10 +519,10 @@ Metrics/CyclomaticComplexity:
Enabled: false Enabled: false
Max: 6 Max: 6
Metrics/LineLength: Metrics/LineLength:
Description: Limit lines to 80 characters. Description: Limit lines to 120 characters.
StyleGuide: https://github.com/bbatsov/ruby-style-guide#80-character-limits StyleGuide: https://github.com/bbatsov/ruby-style-guide#80-character-limits
Enabled: true Enabled: true
Max: 80 Max: 120
AllowURI: true AllowURI: true
URISchemes: URISchemes:
- http - http

Loading…
Cancel
Save