2019-06-19 21:36:02 +00:00
|
|
|
@{
|
|
|
|
IncludeRules=@('PSAvoidUsingCmdletAliases',
|
|
|
|
'PSAvoidUsingWMICmdlet',
|
|
|
|
'PSAvoidUsingPositionalParameters',
|
|
|
|
'PSAvoidUsingInvokeExpression',
|
|
|
|
'PSUseDeclaredVarsMoreThanAssignments',
|
|
|
|
'PSUseCmdletCorrectly',
|
|
|
|
'PSStandardDSCFunctionsInResource',
|
|
|
|
'PSUseIdenticalMandatoryParametersForDSC',
|
|
|
|
'PSUseIdenticalParametersForDSC')
|
2020-04-30 12:44:30 +00:00
|
|
|
}
|