We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e79f44f commit c90848cCopy full SHA for c90848c
Lombiq.Analyzers.PowerShell/Invoke-Analyzer.ps1
@@ -6,10 +6,6 @@
6
'PSReviewUnusedParameter',
7
'ForMsBuild',
8
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.')]
13
param(
14
$SettingsPath = (Join-Path (Split-Path -Parent $MyInvocation.MyCommand.Path) 'PSScriptAnalyzerSettings.psd1'),
15
[Switch] $ForGitHubActions,
0 commit comments