49ff9e1768
- Microsoft.DotNet.Arcade.Sdk: 5.0.0-beta.20224.11 -> 5.0.0-beta.20228.4 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
11 lines
No EOL
474 B
PowerShell
11 lines
No EOL
474 B
PowerShell
@{
|
|
IncludeRules=@('PSAvoidUsingCmdletAliases',
|
|
'PSAvoidUsingWMICmdlet',
|
|
'PSAvoidUsingPositionalParameters',
|
|
'PSAvoidUsingInvokeExpression',
|
|
'PSUseDeclaredVarsMoreThanAssignments',
|
|
'PSUseCmdletCorrectly',
|
|
'PSStandardDSCFunctionsInResource',
|
|
'PSUseIdenticalMandatoryParametersForDSC',
|
|
'PSUseIdenticalParametersForDSC')
|
|
} |