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 bc3ebe7 + 5c532e1 commit 5db0a50Copy full SHA for 5db0a50
STYLEGUIDE.md
@@ -678,7 +678,7 @@ end
678
679
* Never put a space between a method name and the opening parenthesis.
680
<a name="no-spaces-method-parens"></a><sup>[[link](#no-spaces-method-parens)]</sup>
681
- * <a href="https://docs.rubocop.org/rubocop/cops_style.html#styleparenthesesasgroupedexpression">RuboCop rule: Style/ParenthesesAsGroupedExpression</a>
+ * <a href="https://docs.rubocop.org/rubocop/cops_lint.html#lintparenthesesasgroupedexpression">RuboCop rule: Lint/ParenthesesAsGroupedExpression</a>
682
683
``` ruby
684
# bad
0 commit comments