Skip to content

Commit

Permalink
Fixed psscript analyzer issue
Browse files Browse the repository at this point in the history
  • Loading branch information
merill committed Apr 1, 2024
1 parent 02f3be1 commit 80469b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions powershell/internal/Reset-MtProgress.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#>

Function Reset-MtProgressView {
[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSUseShouldProcessForStateChangingFunctions', '', Justification = 'TODO: Implement ShouldProcess')]
[CmdletBinding()]
param ()

Expand Down
1 change: 1 addition & 0 deletions powershell/internal/Set-MtProgressView.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#>

Function Set-MtProgressView {
[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSUseShouldProcessForStateChangingFunctions', '', Justification = 'TODO: Implement ShouldProcess')]
[CmdletBinding()]
param ()

Expand Down

0 comments on commit 80469b4

Please sign in to comment.