![dotnet-maestro[bot]](/assets/img/avatar_default.png)
* Update dependencies from https://github.com/dotnet/arcade build 20200421.14 - Microsoft.DotNet.Arcade.Sdk: 5.0.0-beta.20201.2 -> 5.0.0-beta.20221.14 * Update arcade and add dotnet-tools feed
11 lines
475 B
PowerShell
11 lines
475 B
PowerShell
@{
|
|
IncludeRules=@('PSAvoidUsingCmdletAliases',
|
|
'PSAvoidUsingWMICmdlet',
|
|
'PSAvoidUsingPositionalParameters',
|
|
'PSAvoidUsingInvokeExpression',
|
|
'PSUseDeclaredVarsMoreThanAssignments',
|
|
'PSUseCmdletCorrectly',
|
|
'PSStandardDSCFunctionsInResource',
|
|
'PSUseIdenticalMandatoryParametersForDSC',
|
|
'PSUseIdenticalParametersForDSC')
|
|
}
|