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.
1 parent 3bbd6d3 commit 2454606Copy full SHA for 2454606
docs/configuration.md
@@ -6,20 +6,20 @@ comments.
6
7
## CLI flag
8
9
-We can disable a rule using the `-disable_rule` flag.
+We can disable a rule using the `-disable-rule` flag.
10
11
Example:
12
13
Disable the rule `core::0140::lower-snake`:
14
15
```sh
16
-api-linter -disable_rule core::0140::lower-snake test.proto
+api-linter -disable-rule core::0140::lower-snake test.proto
17
```
18
19
To disable multiple rules, specify the flag multiple times respectively:
20
21
22
-api-linter -disable_rule core::0140::lower-snake -disable_rule core::0131::request-name-field test.proto
+api-linter -disable-rule core::0140::lower-snake -disable-rule core::0131::request-name-field test.proto
23
24
25
## Configuration file
0 commit comments