PowerShell / PSScriptAnalyzer

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

ScriptAnalyzer categories for rule severities #314

Open raghushantha opened 8 years ago

raghushantha commented 8 years ago

Consider an extensible model for rule severity categories.

It would be good to have another „severity“ level named „Performance“, to eventually being able to also submit rules that point to performance issues, and ultimately providing autofixes that would increase script performance.

joeyaiello commented 8 years ago

Per Tobias' suggestion, create standardization a la standard PS verbs. These can be expanded later as the community suggests them.

These should probably be enumerated using something like -Tag Performance,Stability.

I'll also open the floor here to suggest tags that should be standard.

To be clear here, we would not be eliminating -Severity but rather adding -Tag as an additional metric of filtering.