Merge pull request #22 from loanDepot/tdrake/LDX-995
LDX-995 Exclude to avoid psscriptanalyzer transient failures
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
# 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
|
||||
# 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.
|
||||
# For instance, the PSAvoidUsingCmdletAliases rule takes a whitelist for aliases you
|
||||
@@ -31,4 +31,4 @@
|
||||
# version 6.0.0-alpha, on Linux.
|
||||
# PSUseCompatibleCmdlets = @{Compatibility = @("core-6.0.0-alpha-linux")}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user