Skip to content

Commit d34b8cb

Browse files
committed
Add 'ParseError' to severity parameter for proxy cmdlet
1 parent f6f3309 commit d34b8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Engine/LibraryUsage.tests.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function Invoke-ScriptAnalyzer {
3636
[Parameter(Mandatory = $false)]
3737
[string[]] $IncludeRule = $null,
3838

39-
[ValidateSet("Warning", "Error", "Information", IgnoreCase = $true)]
39+
[ValidateSet("Warning", "Error", "Information", "ParseError", IgnoreCase = $true)]
4040
[Parameter(Mandatory = $false)]
4141
[string[]] $Severity = $null,
4242

0 commit comments

Comments
 (0)