mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
cedda7c156
Signed-off-by: Brett Logan <lindluni@github.com>
18 lines
508 B
PowerShell
18 lines
508 B
PowerShell
#Documentation: https://github.com/PowerShell/PSScriptAnalyzer/blob/master/docs/Cmdlets/Invoke-ScriptAnalyzer.md#-settings
|
|
@{
|
|
#CustomRulePath='path\to\CustomRuleModule.psm1'
|
|
#RecurseCustomRulePath='path\of\customrules'
|
|
#Severity = @(
|
|
# 'Error'
|
|
# 'Warning'
|
|
#)
|
|
#IncludeDefaultRules=${true}
|
|
#ExcludeRules = @(
|
|
# 'PSAvoidUsingWriteHost',
|
|
# 'MyCustomRuleName'
|
|
#)
|
|
#IncludeRules = @(
|
|
# 'PSAvoidUsingWriteHost',
|
|
# 'MyCustomRuleName'
|
|
#)
|
|
}
|