Skip to content

Commit

Permalink
chore(rubocop): move LineLength cop from Metrics to Layout [ski…
Browse files Browse the repository at this point in the history
…p ci]

* Automated using myii/ssf-formula#129
  • Loading branch information
myii committed Feb 14, 2020
1 parent 7957381 commit ac6e4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# vim: ft=yaml
---
# General overrides used across formulas in the org
Metrics/LineLength:
Layout/LineLength:
# Increase from default of `80`
# Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`)
Max: 88
Expand Down

0 comments on commit ac6e4a2

Please sign in to comment.