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