Skip to content

Commit af7828a

Browse files
committed
Don't give in to the mainstream
rubocop/rubocop#7952
1 parent 1a9af87 commit af7828a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ Naming/FileName:
2727
Exclude:
2828
- lib/rubocop-rspec.rb
2929

30+
Layout/LineLength:
31+
Max: 80 # default: 120
32+
3033
Layout/MultilineMethodCallIndentation:
3134
EnforcedStyle: indented
3235

0 commit comments

Comments
 (0)