From 61dfc51ae30a9a2dbdb637fa200af85ea0435dc5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2019 18:47:15 -0700 Subject: [master] Update dependencies from dotnet/arcade (#25253) * Update dependencies from https://github.com/dotnet/arcade build 20190619.25 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19319.25 - Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19319.25 - Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19319.25 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19319.25 --- eng/common/PSScriptAnalyzerSettings.psd1 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 eng/common/PSScriptAnalyzerSettings.psd1 (limited to 'eng/common/PSScriptAnalyzerSettings.psd1') diff --git a/eng/common/PSScriptAnalyzerSettings.psd1 b/eng/common/PSScriptAnalyzerSettings.psd1 new file mode 100644 index 0000000000..4c1ea7c98e --- /dev/null +++ b/eng/common/PSScriptAnalyzerSettings.psd1 @@ -0,0 +1,11 @@ +@{ + IncludeRules=@('PSAvoidUsingCmdletAliases', + 'PSAvoidUsingWMICmdlet', + 'PSAvoidUsingPositionalParameters', + 'PSAvoidUsingInvokeExpression', + 'PSUseDeclaredVarsMoreThanAssignments', + 'PSUseCmdletCorrectly', + 'PSStandardDSCFunctionsInResource', + 'PSUseIdenticalMandatoryParametersForDSC', + 'PSUseIdenticalParametersForDSC') +} \ No newline at end of file -- cgit v1.2.3