We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de768b7 commit 1757562Copy full SHA for 1757562
StyleCop.Analyzers/StyleCop.Analyzers.Test/ReadabilityRules/SA1137UnitTests.cs
@@ -1922,6 +1922,12 @@ void ZeroAlignmentMethod()
1922
await this.VerifyCSharpFixAsync(testCode, fixedCode, cancellationToken: CancellationToken.None).ConfigureAwait(false);
1923
}
1924
1925
+ /// <inheritdoc/>
1926
+ protected override IEnumerable<string> GetDisabledDiagnostics()
1927
+ {
1928
+ yield return SA1137ElementsShouldHaveTheSameIndentation.SA1138DiagnosticId;
1929
+ }
1930
+
1931
/// <inheritdoc/>
1932
protected override IEnumerable<DiagnosticAnalyzer> GetCSharpDiagnosticAnalyzers()
1933
{
0 commit comments