mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
Remove obsolete fxCop suppressions and references (#19905)
This commit is contained in:
committed by
GitHub
parent
9100e03be9
commit
733041ba2b
@@ -19,7 +19,7 @@ namespace ViewModelTests
|
||||
public int TimesSent { get; set; }
|
||||
|
||||
// PowerLauncherSettings is unused, but required according to SendCallback's signature.
|
||||
// Naming parameter with discard symbol to suppress FxCop warnings.
|
||||
// Naming parameter with discard symbol to suppress StyleCop warnings.
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.NamingRules", "SA1313:Parameter names should begin with lower-case letter", Justification = "We actually don't validate setting, just calculate it was sent")]
|
||||
public void OnSend(PowerLauncherSettings _)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user