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