Skip to content

Commit 1d5d374

Browse files
committed
Linter: Lint/UnexpectedBlockArity is useless, tests matters here
1 parent 14d78e0 commit 1d5d374

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.rubocop.yml

+3
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ Lint/ConstantDefinitionInBlock:
5757
Exclude:
5858
- "spec/**/*"
5959

60+
Lint/UnexpectedBlockArity:
61+
Enabled: false
62+
6063
Metrics/BlockLength:
6164
Exclude:
6265
- "spec/spec_helper.rb"

0 commit comments

Comments
 (0)