We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LineLength
Metrics
Layout
1 parent 7957381 commit ac6e4a2Copy full SHA for ac6e4a2
.rubocop.yml
@@ -2,7 +2,7 @@
2
# vim: ft=yaml
3
---
4
# General overrides used across formulas in the org
5
-Metrics/LineLength:
+Layout/LineLength:
6
# Increase from default of `80`
7
# Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`)
8
Max: 88
0 commit comments