From 2db3ebd5c4f5217ecc0925104dd4851c8a746b4d Mon Sep 17 00:00:00 2001 From: Jonathan Butler Date: Wed, 20 Nov 2024 16:19:34 -0500 Subject: [PATCH] PSSA now works in pipeline. Howerver, there a 100+ PSSA hits on old code, modifying pipeline to only check newly committed code. --- Hawk/tests/general/Test-PreCommitHook.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/Hawk/tests/general/Test-PreCommitHook.ps1 b/Hawk/tests/general/Test-PreCommitHook.ps1 index 99a3111..dc264a4 100644 --- a/Hawk/tests/general/Test-PreCommitHook.ps1 +++ b/Hawk/tests/general/Test-PreCommitHook.ps1 @@ -5,7 +5,6 @@ # 3. Observe the PSScriptAnalyzer warnings/errors #region Good Code Examples - These will pass PSScriptAnalyzer -# add comment to tests function Test-GoodFunction { [CmdletBinding()] param (