Skip to content

Commit

Permalink
Test removing suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Oct 31, 2023
1 parent 982712f commit 0f7f6fa
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,6 @@
#>
[OutputType([pscustomobject])]
[Diagnostics.CodeAnalysis.SuppressMessageAttribute(
'PSUseDeclaredVarsMoreThanAssignments',
'GitignoreTemplate',
Justification = 'Parameter is used in dynamic parameter validation.'
)]
[Diagnostics.CodeAnalysis.SuppressMessageAttribute(
'PSUseDeclaredVarsMoreThanAssignments',
'LicenseTemplate',
Justification = 'Parameter is used in dynamic parameter validation.'
)]
[CmdletBinding(SupportsShouldProcess)]
param (
# The account owner of the repository. The name is not case sensitive.
Expand Down

0 comments on commit 0f7f6fa

Please sign in to comment.