Merge pull request #22 from loanDepot/tdrake/LDX-995

LDX-995 Exclude to avoid psscriptanalyzer transient failures
This commit is contained in:
Kevin Marquette
2018-11-05 13:37:15 -08:00
committed by GitHub

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")}
} }
} }