marking all warnings (#6642)

This commit is contained in:
Clint Rutkas
2020-09-16 12:23:50 -07:00
committed by GitHub
parent dc284d9cbb
commit b0f0940534
4 changed files with 17 additions and 7 deletions

View File

@@ -6,6 +6,7 @@ namespace Microsoft.PowerToys.Telemetry.Events
{
public interface IEvent
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Naming", "CA1707:Identifiers should not contain underscores", Justification = "Part of telem, can't adjust")]
PartA_PrivTags PartA_PrivTags { get; }
}
}