Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro <@dotnet-maestro>2019-06-19 16:14:18 +0300
committerMarek Safar <marek.safar@gmail.com>2019-06-19 20:10:45 +0300
commit7390b78b2d15a497dc5a1104757af6bfdce4ea6f (patch)
tree90db68244cc69341fabe4d9ce5e41c526b89b380 /eng/common/PSScriptAnalyzerSettings.psd1
parent2a82614f984ec9574b1724bc4d2c4eac092424b8 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190619.1
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19319.1 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19319.1
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 00000000000..4c1ea7c98ea
--- /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