Skip to content

Commit 63e06cc

Browse files
committed
Rubocop: Disable Naming/MethodParameterName cop
1 parent 4ec8590 commit 63e06cc

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
@@ -19,5 +19,8 @@ Naming/MethodName:
1919
- distinct_One_As_One_Is_So_Not_Fetch
2020
- make_Fetch_Possible_And_Deterministic
2121

22+
Naming/MethodParameterName:
23+
Enabled: false
24+
2225
Style/StringLiterals:
2326
EnforcedStyle: double_quotes

0 commit comments

Comments
 (0)