Skip to content

Commit cfdde31

Browse files
🩹 [Patch]: Remove unnecessary module requirements from Publish-PSModule function
1 parent 43ef4fa commit cfdde31

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

‎scripts/helpers/Publish-PSModule.ps1‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#>
1212
[OutputType([void])]
1313
[CmdletBinding()]
14-
#Requires -Modules Utilities, PowerShellGet, Microsoft.PowerShell.PSResourceGet, GitHub, PSSemVer
1514
[Diagnostics.CodeAnalysis.SuppressMessageAttribute(
1615
'PSReviewUnusedParameter', '', Scope = 'Function',
1716
Justification = 'LogGroup - Scoping affects the variables line of sight.'

0 commit comments

Comments
 (0)