mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-15 18:55:47 +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 = @()
|
||||
ExcludeRules = @(
|
||||
'PSAvoidUsingUserNameAndPassWordParams',
|
||||
'PSAvoidUsingPlainTextForPassword'
|
||||
'PSAvoidUsingPlainTextForPassword',
|
||||
'PSReviewUnusedParameter'
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue