We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f3309 commit d34b8cbCopy full SHA for d34b8cb
Tests/Engine/LibraryUsage.tests.ps1
@@ -36,7 +36,7 @@ function Invoke-ScriptAnalyzer {
36
[Parameter(Mandatory = $false)]
37
[string[]] $IncludeRule = $null,
38
39
- [ValidateSet("Warning", "Error", "Information", IgnoreCase = $true)]
+ [ValidateSet("Warning", "Error", "Information", "ParseError", IgnoreCase = $true)]
40
41
[string[]] $Severity = $null,
42
0 commit comments