b81d69f9a7
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19319.1
11 lines
No EOL
474 B
PowerShell
11 lines
No EOL
474 B
PowerShell
@{
|
|
IncludeRules=@('PSAvoidUsingCmdletAliases',
|
|
'PSAvoidUsingWMICmdlet',
|
|
'PSAvoidUsingPositionalParameters',
|
|
'PSAvoidUsingInvokeExpression',
|
|
'PSUseDeclaredVarsMoreThanAssignments',
|
|
'PSUseCmdletCorrectly',
|
|
'PSStandardDSCFunctionsInResource',
|
|
'PSUseIdenticalMandatoryParametersForDSC',
|
|
'PSUseIdenticalParametersForDSC')
|
|
} |