Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Update location of RuboCop line length check
Browse files Browse the repository at this point in the history
The new location was introduced in [RuboCop 0.78.0][1], via [this PR][2]

[1]: https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md#0780-2019-12-18
[2]: rubocop/rubocop#7542
  • Loading branch information
johnboyes committed Aug 20, 2020
1 parent 2a99688 commit 8162009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
Metrics/LineLength:
Layout/LineLength:
Max: 100
Style/FrozenStringLiteralComment:
Enabled: false
Expand Down

0 comments on commit 8162009

Please sign in to comment.