We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6c5b10 commit f78d06eCopy full SHA for f78d06e
1 file changed
StyleCop.Analyzers/StyleCop.Analyzers.Test/DocumentationRules/SA1605UnitTests.cs
@@ -347,7 +347,8 @@ protected override Project ApplyCompilationOptions(Project project)
347
348
protected override string GetSettings()
349
{
350
- return this.currentTestSettings ?? base.GetSettings();
+ Assert.NotNull(this.currentTestSettings);
351
+ return this.currentTestSettings;
352
}
353
354
protected override IEnumerable<DiagnosticAnalyzer> GetCSharpDiagnosticAnalyzers()
0 commit comments