Skip to content
Snippets Groups Projects
Commit 525423e5 authored by Imran Iqbal's avatar Imran Iqbal
Browse files

chore(rubocop): move `LineLength` cop from `Metrics` to `Layout` [skip ci]

parent ef7a2ce2
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment