mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-16 09:40:24 +00:00
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:
parent
705d02a197
commit
5db1d7c468
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# vim: ft=yaml
|
# vim: ft=yaml
|
||||||
---
|
---
|
||||||
# General overrides used across formulas in the org
|
# General overrides used across formulas in the org
|
||||||
Metrics/LineLength:
|
Layout/LineLength:
|
||||||
# Increase from default of `80`
|
# Increase from default of `80`
|
||||||
# Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`)
|
# Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`)
|
||||||
Max: 88
|
Max: 88
|
||||||
|
|
Loading…
Add table
Reference in a new issue