Skip to content

Commit 4e8a1f0

Browse files
committed
Silence short method params cop
1 parent 007dc66 commit 4e8a1f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.rubocop.yml

+4
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ Style/HashSyntax:
2121

2222
Style/SymbolArray:
2323
EnforcedStyle: brackets
24+
25+
Naming/UncommunicativeMethodParamName:
26+
Exclude:
27+
- '**/*'

0 commit comments

Comments
 (0)