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 36bd577 commit 900de11Copy full SHA for 900de11
Tests/Engine/LibraryUsage.tests.ps1
@@ -38,7 +38,7 @@ function Invoke-ScriptAnalyzer {
38
[Parameter(Mandatory = $false)]
39
[switch] $SuppressedOnly
40
)
41
- $customRulePathArr = @($CustomRulePath);
+ [string[]]$customRulePathArr = @($CustomRulePath);
42
$scriptAnalyzer = New-Object "Microsoft.Windows.PowerShell.ScriptAnalyzer.ScriptAnalyzer"
43
$scriptAnalyzer.Initialize(
44
$runspace,
0 commit comments