Skip to content

Commit c90848c

Browse files
committed
Removing a PSReviewUnusedParameter suppression that doesn't seem necessary anymore
Related: PowerShell/PSScriptAnalyzer#1921
1 parent e79f44f commit c90848c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Lombiq.Analyzers.PowerShell/Invoke-Analyzer.ps1

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
'PSReviewUnusedParameter',
77
'ForMsBuild',
88
Justification = 'False positive due to https://github.com/PowerShell/PSScriptAnalyzer/issues/1472.')]
9-
[Diagnostics.CodeAnalysis.SuppressMessage(
10-
'PSReviewUnusedParameter',
11-
'IncludeTestSolutions',
12-
Justification = 'False positive due to https://github.com/PowerShell/PSScriptAnalyzer/issues/1472.')]
139
param(
1410
$SettingsPath = (Join-Path (Split-Path -Parent $MyInvocation.MyCommand.Path) 'PSScriptAnalyzerSettings.psd1'),
1511
[Switch] $ForGitHubActions,

0 commit comments

Comments
 (0)