Skip to content

Commit 40d706e

Browse files
author
Friedrich Weinmann
committed
PSSA Excemption
1 parent 16453da commit 40d706e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PSModuleDevelopment/functions/templating/Invoke-PSMDTemplate.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
7373
Creates a project based on the module template with the name "MyModule"
7474
#>
75+
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSPossibleIncorrectUsageOfAssignmentOperator", "")]
7576
[CmdletBinding(SupportsShouldProcess = $true)]
7677
param (
7778
[Parameter(Mandatory = $true, ValueFromPipeline = $true, ParameterSetName = 'Template')]

0 commit comments

Comments
 (0)