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.
arguments
1 parent 8c274eb commit 0789e36Copy full SHA for 0789e36
RULES_DESCRIPTIONS.md
@@ -947,7 +947,7 @@ _Configuration_: Supports arguments with single of `map[string]any` with option
947
948
```toml
949
[rule.unused-parameter]
950
- Arguments = [{ allowRegex = "^_" }]
+ arguments = [{ allowRegex = "^_" }]
951
```
952
953
allows any names started with `_`, not just `_` itself:
@@ -964,7 +964,7 @@ _Configuration_: Supports arguments with single of `map[string]any` with option
964
965
966
[rule.unused-receiver]
967
968
969
970
0 commit comments