Skip to content

Commit 02c507d

Browse files
committed
chore(rubocop): use org-wide standard settings for Metrics/BlockLength [skip ci]
* Automated using myii/ssf-formula#158
1 parent e8b1dd8 commit 02c507d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.rubocop.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,11 @@ Layout/LineLength:
66
# Increase from default of `80`
77
# Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`)
88
Max: 88
9+
Metrics/BlockLength:
10+
ExcludedMethods:
11+
- control
12+
- describe
13+
# Increase from default of `25`
14+
Max: 30
915

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

0 commit comments

Comments
 (0)