An open API service indexing awesome lists of open source software.

https://github.com/thomasrayner/custompssarules

Some custom PSScriptAnalyzer rules
https://github.com/thomasrayner/custompssarules

Last synced: about 1 year ago
JSON representation

Some custom PSScriptAnalyzer rules

Awesome Lists containing this project

README

          

# Thomas Rayner's Custom PSScriptAnalyzer Rules
This is a collection of random PSSA rules I sometimes use in my projects. Some are better documented and tested than others.

They don't all belong in a production environment either. Test-AvoidGet.psm1, for instance, throws warnings if you use the Get verb. Obviously that's just for demo purposes when you want to display a false positive or play around with violations in a good script.