Skip to content

Commit 5ea4936

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)