LDX-995 Exclude to avoid psscriptanalyzer transient failures

This commit is contained in:
Travis Drake
2018-11-05 13:35:02 -08:00
parent cfd3fca386
commit 716ecdfba2

View File

@@ -18,7 +18,7 @@
# Use ExcludeRules when you want to run most of the default set of rules except # Use ExcludeRules when you want to run most of the default set of rules except
# for a few rules you wish to "exclude". Note: if a rule is in both IncludeRules # for a few rules you wish to "exclude". Note: if a rule is in both IncludeRules
# and ExcludeRules, the rule will be excluded. # and ExcludeRules, the rule will be excluded.
#ExcludeRules = @('PSAvoidUsingWriteHost') ExcludeRules = @('PSUseToExportFieldsInManifest','PSMissingModuleManifestField')
# You can use the following entry to supply parameters to rules that take parameters. # You can use the following entry to supply parameters to rules that take parameters.
# For instance, the PSAvoidUsingCmdletAliases rule takes a whitelist for aliases you # For instance, the PSAvoidUsingCmdletAliases rule takes a whitelist for aliases you
@@ -31,4 +31,4 @@
# version 6.0.0-alpha, on Linux. # version 6.0.0-alpha, on Linux.
# PSUseCompatibleCmdlets = @{Compatibility = @("core-6.0.0-alpha-linux")} # PSUseCompatibleCmdlets = @{Compatibility = @("core-6.0.0-alpha-linux")}
} }
} }