Skip to content

Commit

Permalink
Restore rubocop line length to the official setting
Browse files Browse the repository at this point in the history
The official setting was recently bumped to 120 chars in rubocop/rubocop#7952
We had it bumped from 80 to 100, but it doesn't make sense anymore to have it
smaller than the default.
  • Loading branch information
louim committed May 25, 2020
1 parent aed5a5c commit d6b4c0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .rubocop.yml
Expand Up @@ -46,7 +46,6 @@ Metrics/ModuleLength:
- 'spec/**/*'

Layout/LineLength:
Max: 100
Exclude:
# Files below are ignored because they are part of rails and we don't want
# to have to deal with line length in them.
Expand Down

0 comments on commit d6b4c0e

Please sign in to comment.