Skip to content
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

SA1514 (A documentation comment must be preceded by a blank line...) should not be reported when immediately preceded by a single line comment on a method body #1215

Closed
RalfKoban opened this issue Aug 16, 2015 · 1 comment
Assignees
Milestone

Comments

@RalfKoban
Copy link
Contributor

Hi,

using Beta 6, I'm experiencing a similar issue (SA1514) for following code snippet:

public override bool SomeMethod() => true; // some comment

/// <summary>
/// ...
/// </summary>
public override void SomeOtherMethod()
{
}

Best regards,
Ralf

@Noryoko
Copy link
Contributor

Noryoko commented Aug 16, 2015

Grabbing this.

Noryoko added a commit to Noryoko/StyleCopAnalyzers that referenced this issue Aug 16, 2015

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@sharwell sharwell added this to the 1.0.0 Beta 7 milestone Aug 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants