Skip to content

Commit 2de022f

Browse files
author
Dirk Lemstra
committed
Return base.GetSettings instead of null.
1 parent 9c10fb1 commit 2de022f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

StyleCop.Analyzers/StyleCop.Analyzers.Test/DocumentationRules/SA1642UnitTests.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -970,6 +970,11 @@ protected override CodeFixProvider GetCSharpCodeFixProvider()
970970

971971
protected override string GetSettings()
972972
{
973+
if (this.settings == null)
974+
{
975+
return base.GetSettings();
976+
}
977+
973978
return this.settings;
974979
}
975980

0 commit comments

Comments
 (0)