Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/Cmdlets/Invoke-ScriptAnalyzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -536,9 +536,10 @@ Valid values are:

- Error
- Warning
- Information.
- Information
- ParseError

You can specify one ore more severity values.
You can specify one or more severity values.

The parameter filters the rules violations only after running all rules. To filter rules
efficiently, use `Get-ScriptAnalyzerRule` to select the rules you want to run.
Expand Down