Commit 19a6a18
authored
(MAINT) Fix AvoidUsingDoubleQuotesForConstantString in overview README (#1883)
As identified[^1] by @BenedekFarkas, the line in the rules overview
readme for `AvoidUsingDoubleQuotesForConstantString` incorrectly lists
the severity as `Warning` and that the rule is configurable when the
severity is `Information`[^2] and there aren't any configurable options.
This change copies the fix @BenedekFarkas kindly submitted to the docs
site to ensure the documentation stays up-to-date.
[^1]: For more information, see:
- MicrosoftDocs/PowerShell-Docs-Modules#128
[^2]: Source code:
https://github.com/PowerShell/PSScriptAnalyzer/blob/9a6ce978d870909e688d9da0d101d3fc00b504f0/Rules/AvoidUsingDoubleQuotesForConstantString.cs#L1421 parent 8826d1c commit 19a6a18
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments