superlint/TEMPLATES/.powershell-psscriptanalyzer.psd1

19 lines
508 B
PowerShell
Raw Permalink Normal View History

#Documentation: https://github.com/PowerShell/PSScriptAnalyzer/blob/master/docs/Cmdlets/Invoke-ScriptAnalyzer.md#-settings
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
}