chore(rubocop): move LineLength cop from Metrics to Layout

* Changed in RuboCop v0.78.0
https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md#0780-2019-12-18
This commit is contained in:
Dafydd Jones 2020-02-13 23:45:30 +00:00
parent 705d02a197
commit 5db1d7c468

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