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 d28f8cc commit 36bd577Copy full SHA for 36bd577
Tests/Engine/LibraryUsage.tests.ps1
@@ -38,12 +38,12 @@ function Invoke-ScriptAnalyzer {
38
[Parameter(Mandatory = $false)]
39
[switch] $SuppressedOnly
40
)
41
-
+ $customRulePathArr = @($CustomRulePath);
42
$scriptAnalyzer = New-Object "Microsoft.Windows.PowerShell.ScriptAnalyzer.ScriptAnalyzer"
43
$scriptAnalyzer.Initialize(
44
$runspace,
45
$testOutputWriter,
46
- $CustomRulePath,
+ $customRulePathArr,
47
$IncludeRule,
48
$ExcludeRule,
49
$Severity,
0 commit comments