default.yml in freistil-rubocop-0.7.1 vs default.yml in freistil-rubocop-0.8.0
- old
+ new
@@ -16,13 +16,12 @@
Description: 'Checks the position of the dot in multi-line method calls.'
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#consistent-multi-line-chains'
EnforcedStyle: trailing
Layout/LineLength:
- Description: 'Limit lines to 80 characters.'
- StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#80-character-limits'
- Max: 80
- IgnoredPatterns: ['\A#']
+ Description: 'Limit line length to a reasonable amount.'
+ StyleGuide: 'https://docs.rubocop.org/rubocop/cops_layout.html#layoutlinelength'
+ Max: 100
Layout/MultilineOperationIndentation:
Description: >-
Checks indentation of binary operations that span more than
one line.