2020-06-19 16:13:13 +00:00
|
|
|
#Documentation: https://github.com/PowerShell/PSScriptAnalyzer/blob/master/docs/markdown/Invoke-ScriptAnalyzer.md#-settings
|
|
|
|
@{
|
2020-08-06 15:01:51 -05:00
|
|
|
# Version number of this module.
|
|
|
|
ModuleVersion = '0.0.1'
|
2020-06-19 16:13:13 +00:00
|
|
|
#CustomRulePath='path\to\CustomRuleModule.psm1'
|
|
|
|
#RecurseCustomRulePath='path\of\customrules'
|
|
|
|
#Severity = @(
|
|
|
|
# 'Error'
|
|
|
|
# 'Warning'
|
|
|
|
#)
|
2020-07-21 12:09:07 -05:00
|
|
|
#IncludeDefaultRules=${true}
|
2020-06-19 16:13:13 +00:00
|
|
|
#ExcludeRules = @(
|
|
|
|
# 'PSAvoidUsingWriteHost',
|
|
|
|
# 'MyCustomRuleName'
|
|
|
|
#)
|
|
|
|
#IncludeRules = @(
|
|
|
|
# 'PSAvoidUsingWriteHost',
|
|
|
|
# 'MyCustomRuleName'
|
|
|
|
#)
|
2020-07-21 12:09:07 -05:00
|
|
|
}
|