mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-16 03:05:48 +00:00
PSReviewUnusedParameter does not detect our variables well
This commit is contained in:
parent
8fd8082aa3
commit
e0bf1377ac
1 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
# IncludeRules = @()
|
# IncludeRules = @()
|
||||||
ExcludeRules = @(
|
ExcludeRules = @(
|
||||||
'PSAvoidUsingUserNameAndPassWordParams',
|
'PSAvoidUsingUserNameAndPassWordParams',
|
||||||
'PSAvoidUsingPlainTextForPassword'
|
'PSAvoidUsingPlainTextForPassword',
|
||||||
|
'PSReviewUnusedParameter'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue