Skip to content

Commit 90a607f

Browse files
authored
STYLEGUIDE: UnusedBlockArgument is in Lint not Style
1 parent 8fe135a commit 90a607f

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)