Skip to content

Commit

Permalink
PSSA now works in pipeline. Howerver, there a 100+ PSSA hits on old c…
Browse files Browse the repository at this point in the history
…ode, modifying pipeline to only check newly committed code.
  • Loading branch information
jonnybottles committed Nov 20, 2024
1 parent 47ed16e commit 2db3ebd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Hawk/tests/general/Test-PreCommitHook.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 2db3ebd

Please sign in to comment.