We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de3cf0b commit 0fe9da7Copy full SHA for 0fe9da7
RuleDocumentation/AvoidUsingPlainTextForPassword.md
@@ -27,7 +27,7 @@ Wrong:
27
Position=0)]
28
$Param1,
29
# Param2 help description
30
- [Int]
+ [int]
31
$Param2,
32
[SecureString]
33
$Password,
@@ -60,7 +60,7 @@ Correct:
60
61
62
63
64
65
66
@@ -72,7 +72,7 @@ Correct:
72
$Passphrases,
73
74
$PasswordParam,
75
- [String]
+ [string]
76
$PassThru
77
)
78
...
0 commit comments