SnipeitPS/PSScriptAnalyzerSettings.psd1

10 lines
219 B
PowerShell
Raw Normal View History

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