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 791e2c7 commit f509cbfCopy full SHA for f509cbf
Tests/Engine/RuleSuppression.tests.ps1
@@ -131,7 +131,7 @@ Write-Host "write-host"
131
It "Suppresses violation of an external ast rule" {
132
Invoke-ScriptAnalyzer `
133
-ScriptDefinition $externalRuleSuppression `
134
- -CustomRulePath "CommunityAnalyzerRules/" `
+ -CustomRulePath (Join-Path $directory "CommunityAnalyzerRules") `
135
-OutVariable ruleViolations `
136
-SuppressedOnly
137
$ruleViolations.Count | Should Be 1
0 commit comments