Skip to content

Commit 0789e36

Browse files
alexandearchavacava
authored andcommitted
docs: lowercase arguments for consistency
1 parent 8c274eb commit 0789e36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RULES_DESCRIPTIONS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ _Configuration_: Supports arguments with single of `map[string]any` with option
947947
948948
```toml
949949
[rule.unused-parameter]
950-
Arguments = [{ allowRegex = "^_" }]
950+
arguments = [{ allowRegex = "^_" }]
951951
```
952952
953953
allows any names started with `_`, not just `_` itself:
@@ -964,7 +964,7 @@ _Configuration_: Supports arguments with single of `map[string]any` with option
964964
965965
```toml
966966
[rule.unused-receiver]
967-
Arguments = [{ allowRegex = "^_" }]
967+
arguments = [{ allowRegex = "^_" }]
968968
```
969969
970970
allows any names started with `_`, not just `_` itself:

0 commit comments

Comments
 (0)