Skip to content

Commit

Permalink
🩹 [Patch]: Remove an unnecessary suppression (#41)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
MariusStorhaug authored Mar 27, 2024
1 parent 459354e commit 98d91f8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/helpers/Build/Build-PSModuleRootModule.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,6 @@ Write-Verbose "[`$scriptName] - [$relativePath] - Done"
Path = $rootModuleFile
Force = $true
Value = @"
[Diagnostics.CodeAnalysis.SuppressMessageAttribute(
'PSUseConsistentWhitespace', '', Justification = 'PSScriptAnalyzer does not handle spacing in hashtables it seems.'
)]
`$exports = $exportsString
Export-ModuleMember @exports
"@
Expand Down

0 comments on commit 98d91f8

Please sign in to comment.