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 567ff29 commit e0c2356Copy full SHA for e0c2356
.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