We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ad261 commit a6d8462Copy full SHA for a6d8462
Engine/Commands/InvokeScriptAnalyzerCommand.cs
@@ -25,6 +25,7 @@ namespace Microsoft.Windows.PowerShell.ScriptAnalyzer.Commands
25
SupportsShouldProcess = true,
26
HelpUri = "https://go.microsoft.com/fwlink/?LinkId=525914")]
27
[OutputType(typeof(DiagnosticRecord))]
28
+ [OutputType(typeof(SuppressedRecord))]
29
public class InvokeScriptAnalyzerCommand : PSCmdlet, IOutputWriter
30
{
31
#region Private variables
0 commit comments