PowerShell / PSScriptAnalyzer

Download ScriptAnalyzer from PowerShellGallery
https://www.powershellgallery.com/packages/PSScriptAnalyzer/
MIT License
1.87k stars 378 forks source link

Severity parameter is case-sensitive. #140

Closed imfrancisd closed 9 years ago

imfrancisd commented 9 years ago

When running the command:

    invoke-scriptanalyzer .\a.ps1 -severity error

invoke-scriptanalyzer will throw an ArgumentException.

yutingc commented 9 years ago

Hi @imfrancisd, thanks for reporting this! We will fix this issue as soon as possible!

yutingc commented 9 years ago

Hi @imfrancisd , the bug is fixed and submitted into BugFixes. #148