Skip to content

Commit 9ff32fd

Browse files
committed
fix severity in table
1 parent 30863e8 commit 9ff32fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/Rules/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ title: List of PSScriptAnalyzer rules
4848
| [AvoidUsingEmptyCatchBlock][28] | Warning | Always enabled | |
4949
| [AvoidUsingInvokeExpression][29] | Warning | Always enabled | |
5050
| [AvoidUsingPlainTextForPassword][30] | Warning | Always enabled | |
51-
| [AvoidUsingPositionalParameters][31] | Information | Enabled | |
51+
| [AvoidUsingPositionalParameters][31] | Information | Enabled | Yes |
5252
| [AvoidUsingUsernameAndPasswordParams][32] | Error | Always enabled | |
5353
| [AvoidUsingWMICmdlet][33] | Warning | Always enabled | |
5454
| [AvoidUsingWriteHost][34] | Warning | Always enabled | |
@@ -59,7 +59,7 @@ title: List of PSScriptAnalyzer rules
5959
| [DSCUseIdenticalMandatoryParametersForDSC][39] | Error | Always enabled | |
6060
| [DSCUseIdenticalParametersForDSC][40] | Error | Always enabled | |
6161
| [DSCUseVerboseMessageInDSCResource][41] | Information | Always enabled | |
62-
| [InvalidMultiDotValue][42] | Error | Disabled | Yes |
62+
| [InvalidMultiDotValue][42] | Warning | Disabled | Yes |
6363
| [MisleadingBacktick][43] | Warning | Always enabled | |
6464
| [MissingModuleManifestField][44] | Warning | Always enabled | |
6565
| [MissingTryBlock][45] | Warning | Disabled | Yes |

0 commit comments

Comments
 (0)