From 2a07e0c3f4dd22918666fc0b9eddf99a5f961cea Mon Sep 17 00:00:00 2001 From: Frederik Hjorslev Poulsen Date: Thu, 21 May 2020 23:22:19 +0200 Subject: [PATCH] :sparkles: (Testing): Add PSScriptAnalyzer --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index bb8eb17..d8e3e56 100644 --- a/readme.md +++ b/readme.md @@ -173,6 +173,7 @@ It includes a command-line shell and an associated scripting language. * [Pester](https://github.com/pester/Pester) - PowerShell BDD style testing framework. * [Format-Pester](https://github.com/equelin/format-pester) - PowerShell module for documenting Pester's results - exports Pester results to HTML, Word, text files using [PScribo](https://github.com/iainbrighton/PScribo). +* [PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer) - Static code checker for modules and scripts. It checks the quality of the code by running a set of rules based on best practices identified by the PowerShell Team and community. ## Themes