-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Andrew Davidson edited this page Jan 24, 2021
·
17 revisions
This is a PowerShell module which runs a series of Pester 5 tests to validate code quality. It uses a combination of Pester tests, PSScriptAnalyzer and a set of quality standards to ensure consistent quality on PowerShell scripts and modules.
It is primarily a personal project to improve my programming standards and because I'm quite forgetful I wrote this to force me to be consistent!
Once the module hits the 1.3 milestone everything I wanted to do has been done. In version 2 I would be looking to implement my existing tests as PSScriptAnalyzer checks, but that is a while away. I will be using this module to enforce my standards on another project I'm working on PSMoxu which is another personal project for me to learn and improve.