SnipeitPS/PSScriptAnalyzerSettings.psd1

9 lines
184 B
PowerShell
Raw Permalink Normal View History

2018-06-23 20:10:58 +01:00
@{
Severity=@('Error','Warning')
# IncludeRules = @()
ExcludeRules = @(
'PSAvoidUsingUserNameAndPassWordParams',
'PSAvoidUsingPlainTextForPassword'
)
}