Skip to content

Commit e8e89e0

Browse files
authored
Merge pull request #134 from github/fix-mislinked-cop
STYLEGUIDE: `UnusedBlockArgument` is in `Lint` not `Style`
2 parents 8fe135a + 90a607f commit e8e89e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STYLEGUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ enabled = true if enabled.nil?
935935

936936
* Use `_` for unused block parameters.
937937
<a name="underscore-unused-vars"></a><sup>[[link](#underscore-unused-vars)]</sup>
938-
* <a href="https://docs.rubocop.org/rubocop/cops_style.html#styleunusedblockargument">RuboCop rule: Style/UnusedBlockArgument</a>
938+
* <a href="https://docs.rubocop.org/rubocop/cops_lint.html#lintunusedblockargument">RuboCop rule: Lint/UnusedBlockArgument</a>
939939

940940
``` ruby
941941
# bad

0 commit comments

Comments
 (0)