Skip to content

Commit 65f346c

Browse files
authored
fix: rubocop cop name
1 parent a36f3cb commit 65f346c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rubocop_todo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ Naming/MemoizedInstanceVariableName:
3535
# Offense count: 2
3636
# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
3737
# AllowedNames: io, id, to, by, on, in, at, ip, db
38-
Naming/UncommunicativeMethodParamName:
38+
Naming/MethodParameterName:
3939
Exclude:
4040
- 'lib/jekyll-redirect-from/redirect_page.rb'

0 commit comments

Comments
 (0)