Skip to content

Commit

Permalink
rubocop: Enable Naming/MethodParameterName
Browse files Browse the repository at this point in the history
The cop provides some benefits, but also wants that method args have
three chars or more. We use one char a lot, but we can configure this.
  • Loading branch information
bastelfreak committed May 11, 2024
1 parent 7a8f2ad commit 5eb8a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Naming/FileName:
- acceptance/**/acceptance-options.rb

Naming/MethodParameterName:
Enabled: false
MinNameLength: 1

Naming/PredicateName:
Enabled: false
Expand Down

0 comments on commit 5eb8a1d

Please sign in to comment.