TypeName | SA1120CommentsMustContainText |
CheckId | SA1120 |
Category | Readability Rules |
The C# comment does not contain any comment text.
A violation of this rule occurs whenever the code contains a C# comment which does not contain any text.
To fix a violation of this rule, add text to the comment, or remove the comment.
[SuppressMessage("StyleCop.CSharp.ReadabilityRules", "SA1120:CommentsMustContainText", Justification = "Reviewed.")]
#pragma warning disable SA1120 // CommentsMustContainText
#pragma warning restore SA1120 // CommentsMustContainText