Skip to content

Commit

Permalink
Move Metrics/LineLength to Layout namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilioCristalli committed Jan 20, 2023
1 parent 98034cc commit 9d52877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Expand Up @@ -23,7 +23,7 @@ Layout:
Lint:
Enabled: true

Metrics/LineLength:
Layout/LineLength:
Max: 120
Exclude:
- "test/models/bedel_test.rb"
Expand Down

0 comments on commit 9d52877

Please sign in to comment.