We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf7178 commit 02ea811Copy full SHA for 02ea811
1 file changed
StyleCop.Analyzers/StyleCop.Analyzers/Settings/ObjectModel/MaintainabilitySettings.cs
@@ -9,6 +9,9 @@ namespace StyleCop.Analyzers.Settings.ObjectModel
9
[JsonObject(MemberSerialization.OptIn)]
10
internal class MaintainabilitySettings
11
{
12
+ /// <summary>
13
+ /// The default value for the <see cref="TopLevelTypes"/> property.
14
+ /// </summary>
15
private static readonly ImmutableArray<TopLevelType> DefaultTopLevelTypes =
16
ImmutableArray.Create(TopLevelType.Class);
17
0 commit comments