You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move LineLength cop from Metrics to Layout department
Follow rubocop/rubocop#7542.
This PR suppresses the following warning.
```console
% bundle exec rake
(snip)
Running RuboCop...
spec/project_spec.rb: Metrics/LineLength has the wrong namespace -
should be Layout
Inspecting 130 files
```
0 commit comments