Skip to content

Commit

Permalink
Merge pull request #10973 from r7kamura/feature/strong
Browse files Browse the repository at this point in the history
Fix wrong asterisk use in `Lint/UselessRuby2Keywords` document
  • Loading branch information
koic committed Aug 29, 2022
2 parents 2809719 + cfec25f commit 65de62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/cop/lint/useless_ruby2_keywords.rb
Expand Up @@ -6,7 +6,7 @@ module Lint
# Looks for `ruby2_keywords` calls for methods that do not need it.
#
# `ruby2_keywords` should only be called on methods that accept an argument splat
# (`*args`) but do not explicit keyword arguments (`k:` or `k: true`) or
# (`\*args`) but do not explicit keyword arguments (`k:` or `k: true`) or
# a keyword splat (`**kwargs`).
#
# @example
Expand Down

0 comments on commit 65de62e

Please sign in to comment.