Skip to content

Commit

Permalink
"SuppressMessage" instead of "SuppressMessageAttribute"
Browse files Browse the repository at this point in the history
  • Loading branch information
BenedekFarkas committed Jan 18, 2023
1 parent bfa22ab commit a7284bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Lombiq.Analyzers.PowerShell/Invoke-Analyzer.ps1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[Diagnostics.CodeAnalysis.SuppressMessageAttribute(
[Diagnostics.CodeAnalysis.SuppressMessage(
'PSReviewUnusedParameter',
'ForGitHubActions',
Justification = 'False positive due to https://github.com/PowerShell/PSScriptAnalyzer/issues/1472.')]
[Diagnostics.CodeAnalysis.SuppressMessageAttribute(
[Diagnostics.CodeAnalysis.SuppressMessage(
'PSReviewUnusedParameter',
'ForMsBuild',
Justification = 'False positive due to https://github.com/PowerShell/PSScriptAnalyzer/issues/1472.')]
[Diagnostics.CodeAnalysis.SuppressMessageAttribute(
[Diagnostics.CodeAnalysis.SuppressMessage(
'PSReviewUnusedParameter',
'IncludeTestSolutions',
Justification = 'False positive due to https://github.com/PowerShell/PSScriptAnalyzer/issues/1472.')]
Expand Down

0 comments on commit a7284bb

Please sign in to comment.