We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 772d97f commit 9b83e03Copy full SHA for 9b83e03
scripts/Helpers/Helpers.psm1
@@ -1385,6 +1385,10 @@ function Publish-PSModule {
1385
.EXAMPLE
1386
Publish-PSModule -Name 'PSModule.FX' -APIKey $env:PSGALLERY_API_KEY
1387
#>
1388
+ [Diagnostics.CodeAnalysis.SuppressMessageAttribute(
1389
+ 'PSUseDeclaredVarsMoreThanAssignments', '',
1390
+ Justification = 'LogGroup - Scoping affects the variables line of sight.'
1391
+ )]
1392
[OutputType([void])]
1393
[CmdletBinding()]
1394
param(
0 commit comments