Skip to content

Commit cfe834d

Browse files
committed
chore(rubocop): move LineLength cop from Metrics to Layout [skip ci]
* Automated using myii/ssf-formula#129
1 parent efebb0a commit cfe834d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# vim: ft=yaml
33
---
44
# General overrides used across formulas in the org
5-
Metrics/LineLength:
5+
Layout/LineLength:
66
# Increase from default of `80`
77
# Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`)
88
Max: 88

0 commit comments

Comments
 (0)