Skip to content

Commit c69fd6b

Browse files
committed
chore(rubocop): relax Metrics/BlockLength for new tests
* Checked using myii/ssf-formula#145
1 parent 204efe5 commit c69fd6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ Layout/LineLength:
88
Max: 88
99

1010
# Any offenses that should be fixed, e.g. collected via. `rubocop --auto-gen-config`
11+
Metrics/BlockLength:
12+
Max: 39

0 commit comments

Comments
 (0)