-
Notifications
You must be signed in to change notification settings - Fork 508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SA1644: DocumentationHeadersMustNotContainBlankLines #164
Comments
I think this rule had good intentions, but it's the wrong actual rule to use. I think we should implement this by making sure paragraphs are wrapped in block-level elements. Two spans of text are considered part of different paragraphs if there is a blank documentation line between them. An example of two paragraphs separated by a blank line can be seen in SA1616ElementReturnValueDocumentationMustHaveText.cs. |
It doesn't look like this rule will have a champion for the RC 1 release. Since it's a relatively minor rule and even has some disagreement (from me 😉 ), I'm moving it to the Backlog milestone to deal with after the 1.0 release. |
@vweijsters @pdelvo Any objection to closing this rule as won't fix? It's not especially helpful for readability, and the other items discussed above are already implemented in DotNetAnalyzers/DocumentationAnalyzers. |
No objection from me. I don't find this rule very useful. |
http://www.stylecop.com/docs/SA1644.htmlhttps://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1644.md
The text was updated successfully, but these errors were encountered: