Skip to content

Commit 4d64baf

Browse files
author
quoctruong
committed
Remove mandatory = false from SuppressedOnly
1 parent b0fb70f commit 4d64baf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Engine/Commands/InvokeScriptAnalyzerCommand.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ public SwitchParameter Recurse
102102
/// <summary>
103103
/// ShowSuppressed: Show the suppressed message
104104
/// </summary>
105-
[Parameter(Mandatory = false)]
106105
[SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")]
107106
public SwitchParameter SuppressedOnly
108107
{

0 commit comments

Comments
 (0)