summaryrefslogtreecommitdiff
path: root/eng/common/PSScriptAnalyzerSettings.psd1
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2019-06-20 18:47:15 -0700
committerJan Kotas <jkotas@microsoft.com>2019-06-20 18:47:15 -0700
commit61dfc51ae30a9a2dbdb637fa200af85ea0435dc5 (patch)
tree409790f6ee25838a1deeb16168d53fd277a154b0 /eng/common/PSScriptAnalyzerSettings.psd1
parentbb268ff9b4de85439b464eca7a8140485ebf47b6 (diff)
downloadcoreclr-61dfc51ae30a9a2dbdb637fa200af85ea0435dc5.tar.gz
coreclr-61dfc51ae30a9a2dbdb637fa200af85ea0435dc5.tar.bz2
coreclr-61dfc51ae30a9a2dbdb637fa200af85ea0435dc5.zip
[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
Diffstat (limited to 'eng/common/PSScriptAnalyzerSettings.psd1')
-rw-r--r--eng/common/PSScriptAnalyzerSettings.psd111
1 files changed, 11 insertions, 0 deletions
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