Skip to content

Commit

Permalink
chore(rubocop): use org-wide standard settings for `Metrics/BlockLeng…
Browse files Browse the repository at this point in the history
…th` [skip ci]

* Automated using myii/ssf-formula#158
  • Loading branch information
myii committed Apr 18, 2020
1 parent 98d0c42 commit 6f09809
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,11 @@ Layout/LineLength:
# Increase from default of `80`
# Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`)
Max: 88
Metrics/BlockLength:
ExcludedMethods:
- control
- describe
# Increase from default of `25`
Max: 30

# Any offenses that should be fixed, e.g. collected via. `rubocop --auto-gen-config`

0 comments on commit 6f09809

Please sign in to comment.