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.
2 parents 8fe135a + 90a607f commit e8e89e0Copy full SHA for e8e89e0
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