1
0
Fork 0
mirror of synced 2024-07-26 18:11:08 -04:00

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

* Automated using https://github.com/myii/ssf-formula/pull/129
This commit is contained in:
Imran Iqbal 2020-02-14 12:51:08 +00:00
parent 6200869f7a
commit f768fb8a36

View file

@ -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