We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UnusedBlockArgument
Lint
Style
1 parent 8fe135a commit 90a607fCopy full SHA for 90a607f
STYLEGUIDE.md
@@ -935,7 +935,7 @@ enabled = true if enabled.nil?
935
936
* Use `_` for unused block parameters.
937
<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>
+ * <a href="https://docs.rubocop.org/rubocop/cops_lint.html#lintunusedblockargument">RuboCop rule: Lint/UnusedBlockArgument</a>
939
940
``` ruby
941
# bad
0 commit comments