Skip to content

Commit a6d8462

Browse files
committed
add another type to invoke-scriptanalyzer cmdlet
1 parent c3ad261 commit a6d8462

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Engine/Commands/InvokeScriptAnalyzerCommand.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ namespace Microsoft.Windows.PowerShell.ScriptAnalyzer.Commands
2525
SupportsShouldProcess = true,
2626
HelpUri = "https://go.microsoft.com/fwlink/?LinkId=525914")]
2727
[OutputType(typeof(DiagnosticRecord))]
28+
[OutputType(typeof(SuppressedRecord))]
2829
public class InvokeScriptAnalyzerCommand : PSCmdlet, IOutputWriter
2930
{
3031
#region Private variables

0 commit comments

Comments
 (0)