You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation for 1.17.1 states that parser errors are now returned as diagnostic messages, but when I run the following: Invoke-ScriptAnalyzer -ScriptDefinition '"b" = "b"; function eliminate-file () { }' I get a regular error output and only one diagnostic message for unapproved verb.
The text was updated successfully, but these errors were encountered:
Documentation for 1.17.1 states that parser errors are now returned as diagnostic messages, but when I run the following:
Invoke-ScriptAnalyzer -ScriptDefinition '"b" = "b"; function eliminate-file () { }'
I get a regular error output and only one diagnostic message for unapproved verb.The text was updated successfully, but these errors were encountered: