Skip to content

Commit

Permalink
Suppress checks for Write-Host
Browse files Browse the repository at this point in the history
  • Loading branch information
SamErde committed Jun 27, 2024
1 parent 1a909a6 commit afae71a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OldSamples/Update-SysInternals.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
function Update-SysInternals {
[CmdletBinding()]
[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSAvoidUsingWriteHost', '', Justification = 'Colors are beautiful')]
param (
[Parameter()]
[string]$DestinationPath = $PSScriptRoot
Expand Down

0 comments on commit afae71a

Please sign in to comment.