0
0
mirror of https://github.com/saltstack-formulas/cron-formula.git synced 2025-02-17 15:44:27 +01: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:48:45 +00:00
parent 0afa1b10d2
commit cc5cb73ee5

View File

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