1 instantiation of RelaxTestNamingSuppressor
Microsoft.ML.CodeAnalyzer.Tests (1)
Code\RelaxTestNamingTest.cs (1)
144
yield return new
RelaxTestNamingSuppressor
();
1 reference to RelaxTestNamingSuppressor
Microsoft.ML.CodeAnalyzer.Tests (1)
Code\RelaxTestNamingTest.cs (1)
107
public static readonly DiagnosticDescriptor Rule = new DiagnosticDescriptor(
RelaxTestNamingSuppressor
.Rule.SuppressedDiagnosticId, "Title", "Message", "Category", DiagnosticSeverity.Warning, isEnabledByDefault: true);