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 75a06a6 commit 2d5c96cCopy full SHA for 2d5c96c
Tests/Engine/RuleSuppression.tests.ps1
@@ -60,7 +60,7 @@ Describe "RuleSuppressionWithoutScope" {
60
}
61
62
It "All PSAvoidUsingUserNameAndPassWordParams violations with extent created using ScriptExtent constructor" {
63
- $allrecords = Invoke-ScriptAnalyzer -ScriptDefinition $ruleSuppressionAvoidUsernameAndPassword -IncludeRule "PSAvoidUsingUserNameAndPassWordParams" -IncludeSuppressions
+ $allrecords = Invoke-ScriptAnalyzer -ScriptDefinition $ruleSuppressionAvoidUsernameAndPassword -IncludeRule "PSAvoidUsingUserNameAndPassWordParams" -IncludeSuppressions
64
$allrecords.Count | Should -Be 1
65
66
0 commit comments