Skip to content

Commit

Permalink
fix pssa error (oh the irony)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Nov 15, 2024
1 parent 32fc699 commit 02b6d95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Testing/workflow/Invoke-PSSA.Tests.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# The purpose of this tset is to verify that PSSA is working.

# Suppress PSSA warnings here at the root of the test file.
[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSUseDeclaredVarsMoreThanAssignments', '')]
param()

BeforeDiscovery {
# Arrange to capture the output
$Output = @()
Expand Down

0 comments on commit 02b6d95

Please sign in to comment.