Skip to content

Commit 98d91f8

Browse files
🩹 [Patch]: Remove an unnecessary suppression (#41)
## Description - Remove an unnecessary suppression. ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [ ] 🪲 [Fix] - [x] 🩹 [Patch] - [ ] ⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
1 parent 459354e commit 98d91f8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/helpers/Build/Build-PSModuleRootModule.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,6 @@ Write-Verbose "[`$scriptName] - [$relativePath] - Done"
186186
Path = $rootModuleFile
187187
Force = $true
188188
Value = @"
189-
[Diagnostics.CodeAnalysis.SuppressMessageAttribute(
190-
'PSUseConsistentWhitespace', '', Justification = 'PSScriptAnalyzer does not handle spacing in hashtables it seems.'
191-
)]
192189
`$exports = $exportsString
193190
Export-ModuleMember @exports
194191
"@

0 commit comments

Comments
 (0)