Skip to content

This module provides an interface to a set of Pester tests that enable the enforcement of quality control rules for PowerShell scripts and modules.

License

Notifications You must be signed in to change notification settings

andrewrdavidson/PSQualityCheck

Repository files navigation

PSQualityCheck

Summary

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.

For more information please see the wiki here Wiki

Releases

PowerShell Gallery

psgallery version downloads

GitHub

Release Version

github tag release date

Plans

If you want to see the plans and the progress of the steps within, click Release Plans

History

Is available here Release History

Prerequisites

This module requires:

  • PowerShell 5.1 or PowerShell 7.1 or later
  • Pester 5.1 or later
  • PSScriptAnalyzer 1.19.1 or later
  • ModuleBuilder 2.0.0 or later (to build)
  • PowerShellGet 2.2.5 or later (to build)
  • InvokeBuild 5.8.0 pr later (to build)
  • Cofl.Util 1.2.2 or later (to build)

Optional items:

Installation

From the PSGallery:

Install-Module -Name PSQualityCheck

Usage

See the Usage page

Tests Results

See the Test Results page