We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Not sure if this a bug or a feature
For a file like
it only reports
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!
The text was updated successfully, but these errors were encountered: