You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: StyleCop.Analyzers/StyleCop.Analyzers/AnalyzerConstants.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ static AnalyzerConstants()
29
29
/// to disable a diagnostic which is currently untested.
30
30
/// </value>
31
31
[ExcludeFromCodeCoverage]
32
+
[SuppressMessage("StyleCop.CSharp.DocumentationRules","SA1623:Property summary documentation must match accessors.",Justification="This property behaves more like an opaque value than a Boolean.")]
32
33
internalstaticboolDisabledNoTests{get;}
33
34
34
35
/// <summary>
@@ -43,6 +44,7 @@ static AnalyzerConstants()
43
44
/// to indicate that the diagnostic is disabled by default because it is an alternative to a reference StyleCop
44
45
/// rule.
45
46
/// </value>
47
+
[SuppressMessage("StyleCop.CSharp.DocumentationRules","SA1623:Property summary documentation must match accessors.",Justification="This property behaves more like an opaque value than a Boolean.")]
/// to indicate that the diagnostic should be enabled by default.
57
59
/// </value>
60
+
[SuppressMessage("StyleCop.CSharp.DocumentationRules","SA1623:Property summary documentation must match accessors.",Justification="This property behaves more like an opaque value than a Boolean.")]
/// to indicate that the diagnostic should be disabled by default.
69
72
/// </value>
73
+
[SuppressMessage("StyleCop.CSharp.DocumentationRules","SA1623:Property summary documentation must match accessors.",Justification="This property behaves more like an opaque value than a Boolean.")]
0 commit comments