We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363030f commit 3f45838Copy full SHA for 3f45838
src/tests/Module/PSModule/PSModule.Tests.ps1
@@ -6,6 +6,10 @@
6
'PSAvoidUsingWriteHost', '',
7
Justification = 'Log outputs to GitHub Actions logs.'
8
)]
9
+[Diagnostics.CodeAnalysis.SuppressMessageAttribute(
10
+ 'PSUseDeclaredVarsMoreThanAssignments', '',
11
+ Justification = 'Variables are set in BeforeAll and consumed in Describe/It blocks.'
12
+)]
13
[CmdLetBinding()]
14
param(
15
[Parameter(Mandatory)]
0 commit comments