chore(rubocop): move `LineLength` cop from `Metrics` to `Layout` [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/129
pull/67/head
Imran Iqbal 4 years ago
parent 567ff29b98
commit e0c2356899
  1. 2
      .rubocop.yml

@ -2,7 +2,7 @@
# vim: ft=yaml
---
# General overrides used across formulas in the org
Metrics/LineLength:
Layout/LineLength:
# Increase from default of `80`
# Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`)
Max: 88

Loading…
Cancel
Save