SnipeitPS/PSScriptAnalyzerSettings.psd1

9 lines
219 B
PowerShell

@{
Severity=@('Error','Warning')
# IncludeRules = @()
ExcludeRules = @(
'PSAvoidUsingUserNameAndPassWordParams',
'PSAvoidUsingPlainTextForPassword',
'PSReviewUnusedParameter'
)
}