@@ -23,6 +23,7 @@ title: List of PSScriptAnalyzer rules
2323| [ AvoidAssignmentToAutomaticVariable] [ 03 ] | Warning | Always enabled | |
2424| [ AvoidDefaultValueForMandatoryParameter] [ 04 ] | Warning | Always enabled | |
2525| [ AvoidDefaultValueSwitchParameter] [ 05 ] | Warning | Always enabled | |
26+ | [ AvoidDynamicallyCreatingVariableNames] [ 06 ] | Information | Disabled | Yes |
2627| [ AvoidExclaimOperator] [ 07 ] | Warning | Disabled | Yes |
2728| [ AvoidGlobalAliases] [ 08 ] | Warning | Always enabled | |
2829| [ AvoidGlobalFunctions] [ 09 ] | Warning | Always enabled | |
@@ -37,6 +38,7 @@ title: List of PSScriptAnalyzer rules
3738| [ AvoidShouldContinueWithoutForce] [ 18 ] | Warning | Always enabled | |
3839| [ AvoidTrailingWhitespace] [ 19 ] | Information | Always enabled | |
3940| [ AvoidUsingAllowUnencryptedAuthentication] [ 20 ] | Warning | Always enabled | |
41+ | [ AvoidUsingArrayList] [ 21 ] | Warning | Disabled | Yes |
4042| [ AvoidUsingBrokenHashAlgorithms] [ 22 ] | Warning | Always enabled | |
4143| [ AvoidUsingCmdletAliases] [ 23 ] | Warning | Always enabled | Yes |
4244| [ AvoidUsingComputerNameHardcoded] [ 24 ] | Error | Always enabled | |
@@ -57,8 +59,10 @@ title: List of PSScriptAnalyzer rules
5759| [ DSCUseIdenticalMandatoryParametersForDSC] [ 39 ] | Error | Always enabled | |
5860| [ DSCUseIdenticalParametersForDSC] [ 40 ] | Error | Always enabled | |
5961| [ DSCUseVerboseMessageInDSCResource] [ 41 ] | Information | Always enabled | |
62+ | [ InvalidMultiDotValue] [ 42 ] | Warning | Disabled | Yes |
6063| [ MisleadingBacktick] [ 43 ] | Warning | Always enabled | |
6164| [ MissingModuleManifestField] [ 44 ] | Warning | Always enabled | |
65+ | [ MissingTryBlock] [ 45 ] | Warning | Disabled | Yes |
6266| [ PlaceCloseBrace] [ 46 ] | Warning | Disabled | Yes |
6367| [ PlaceOpenBrace] [ 47 ] | Warning | Disabled | Yes |
6468| [ PossibleIncorrectComparisonWithNull] [ 48 ] | Warning | Always enabled | |
@@ -101,6 +105,7 @@ title: List of PSScriptAnalyzer rules
101105[ 03 ] : AvoidAssignmentToAutomaticVariable.md
102106[ 04 ] : AvoidDefaultValueForMandatoryParameter.md
103107[ 05 ] : AvoidDefaultValueSwitchParameter.md
108+ [ 06 ] : AvoidDynamicallyCreatingVariableNames.md
104109[ 07 ] : AvoidExclaimOperator.md
105110[ 08 ] : AvoidGlobalAliases.md
106111[ 09 ] : AvoidGlobalFunctions.md
@@ -115,6 +120,7 @@ title: List of PSScriptAnalyzer rules
115120[ 18 ] : AvoidShouldContinueWithoutForce.md
116121[ 19 ] : AvoidTrailingWhitespace.md
117122[ 20 ] : AvoidUsingAllowUnencryptedAuthentication.md
123+ [ 21 ] : AvoidUsingArrayList.md
118124[ 22 ] : AvoidUsingBrokenHashAlgorithms.md
119125[ 23 ] : AvoidUsingCmdletAliases.md
120126[ 24 ] : AvoidUsingComputerNameHardcoded.md
@@ -135,8 +141,10 @@ title: List of PSScriptAnalyzer rules
135141[ 39 ] : DSCUseIdenticalMandatoryParametersForDSC.md
136142[ 40 ] : DSCUseIdenticalParametersForDSC.md
137143[ 41 ] : DSCUseVerboseMessageInDSCResource.md
144+ [ 42 ] : InvalidMultiDotValue.md
138145[ 43 ] : MisleadingBacktick.md
139146[ 44 ] : MissingModuleManifestField.md
147+ [ 45 ] : MissingTryBlock.md
140148[ 46 ] : PlaceCloseBrace.md
141149[ 47 ] : PlaceOpenBrace.md
142150[ 48 ] : PossibleIncorrectComparisonWithNull.md
0 commit comments