|
| 1 | +@{ |
| 2 | + IncludeRules=@('PSUseApprovedVerbs', |
| 3 | + 'PSReservedCmdletChar', |
| 4 | + 'PSReservedParams', |
| 5 | + 'PSShouldProcess', |
| 6 | + 'PSUseShouldProcessForStateChangingFunctions', |
| 7 | + 'PSUseSingularNouns', |
| 8 | + 'PSMissingModuleManifestField', |
| 9 | + 'PSAvoidDefaultValueSwitchParameter', |
| 10 | + 'PSAvoidUsingCmdletAliases', |
| 11 | + 'PSAvoidUsingWMICmdlet', |
| 12 | + 'PSAvoidUsingEmptyCatchBlock', |
| 13 | + 'PSUseCmdletCorrectly', |
| 14 | + 'PSUseShouldProcessForStateChangingFunctions', |
| 15 | + 'PSAvoidUsingPositionalParameters', |
| 16 | + 'PSAvoidGlobalVars', |
| 17 | + 'PSUseDeclaredVarsMoreThanAssignments', |
| 18 | + 'PSAvoidUsingInvokeExpression', |
| 19 | + 'PSAvoidUsingPlainTextForPassword', |
| 20 | + 'PSAvoidUsingComputerNameHardcoded', |
| 21 | + 'PSAvoidUsingConvertToSecureStringWithPlainText', |
| 22 | + 'PSUsePSCredentialType', |
| 23 | + 'PSAvoidUsingUserNameAndPasswordParams', |
| 24 | + 'PSAvoidUsingFilePath', |
| 25 | + 'PSDSC*' |
| 26 | + ) |
| 27 | +} |
0 commit comments