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

An inline comment just after a block comment is considered part of the block comment #92

Open
adiroiban opened this issue Mar 13, 2015 · 0 comments

Comments

@adiroiban
Copy link
Member

Not sure if this a bug or a feature

For a file like

line31>#This comment should be reported.
line32>someVariable = 1 + 2 #  So does this one.

it only reports

W9401: 31,0: Comments should begin with one whitespace

I assume this is done because it thinks that 32 is second line of comment and ignores any checks.

Please confirm if this is a bug or a feature.

Thanks!

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

1 participant