Skip to content

Commit 66ab865

Browse files
committed
@W-19772057@ Typo fixed
1 parent 920b0bf commit 66ab865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messages/config-command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Selection of rules, based on engine name, severity level, rule name, tag, or a c
8484

8585
Use the `--rule-selector` flag to display only the configuration associated with the rules based on specific criteria. You can select by engine, such as the rules associated with the "retire-js" or "eslint" engine. Or select by the severity of the rules, such as high or moderate. You can also select rules using tag values or rule names.
8686

87-
You can further filter the list by combining different criteria using colons to represent logical AND, commas to represent logical OR, and parentheses to create groupings. For example, `--rule-selector pmd:(Performance,Security):2` reduces the output to onlycontain the configuration state associated with PMD rules that have the Performance or Security tag and a severity of 2. You may also specify the flag multiple times to OR multiple selectors together. For example, `--rule-selector Performance,Security` is equivalent to `--rule-selector Performance --rule-selector Security`.
87+
You can further filter the list by combining different criteria using colons to represent logical AND, commas to represent logical OR, and parentheses to create groupings. For example, `--rule-selector pmd:(Performance,Security):2` reduces the output to only contain the configuration state associated with PMD rules that have the Performance or Security tag and a severity of 2. You may also specify the flag multiple times to OR multiple selectors together. For example, `--rule-selector Performance,Security` is equivalent to `--rule-selector Performance --rule-selector Security`.
8888

8989
If you don't specify this flag, then the command uses the "all" rule selector.
9090

0 commit comments

Comments
 (0)