Skip to content

Commit

Permalink
rubocop: disable Layout/LineLength
Browse files Browse the repository at this point in the history
It would be nice to enforce this, but most of the cases it finds would
probably look worse (they're mostly long literals). Let's just rely on
developers' good taste.
  • Loading branch information
peff committed Oct 5, 2022
1 parent c40d13f commit 7e65a01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Style/StringLiterals:
Enabled: false
Style/Documentation:
Enabled: false
Layout/LineLength:
Enabled: false

Rails/HelperInstanceVariable:
Enabled: false
Expand Down

0 comments on commit 7e65a01

Please sign in to comment.