Skip to content

Commit 92912f7

Browse files
CHANGE: @W-18574594@: edit help for new --include-unmodified-rules flag (#1819)
1 parent fd5900c commit 92912f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

messages/config-command.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ We're continually improving Salesforce Code Analyzer. Tell us what you think! Gi
2828

2929
<%= config.bin %> <%= command.id %> --rule-selector Recommended
3030

31-
- By default, only rule override values that you have specified in your `code-analyzer.yml` file that are not default values are displayed. To display the default rule values, in addition to the modified values, for the recommended rules:
31+
- Display all the default rule values for the recommended rules, instead of only the rule values you've explicitly overriden in your `code-analyzer.yml` file. By default, only overriden rule values are displayed unless you specify the `--include-unmodified-rules` flag:
3232

3333
<%= config.bin %> <%= command.id %> --rule-selector Recommended --include-unmodified-rules
3434

@@ -108,8 +108,8 @@ If you don't specify this flag, the command outputs the configuration state to t
108108

109109
# flags.include-unmodified-rules.summary
110110

111-
Includes unmodified rules in the rule override settings.
111+
Include unmodified rules in the rule override settings.
112112

113113
# flags.include-unmodified-rules.description
114114

115-
The default behavior of the config command is to not include the unmodified rules with their default values in the rule override settings (for the rules selected via the `–-rule-selector` flag). This helps prevent your configuration file from being unnecessarily large. If you wish to instead include the unmodified rules, in addition to the modified rules, then specify this flag.
115+
The default behavior of the config command is to not include the unmodified rules with their default values in the rule override settings (for the rules selected via the `–-rule-selector` flag). This default behavior prevents your configuration file from being unnecessarily large. If you want to include the unmodified rules, in addition to the modified rules, then specify this flag.

0 commit comments

Comments
 (0)