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
For example, the current code in master considers comments of the form:
//exhaustive:ignore-more-text
to be a valid equivalent of:
//exhaustive:ignore
We don't wish to allow the above forms as an equivalent. This will be a breaking change for users who didn't use the strictly exact form.
That said, the following should continue to be allowed (notice instead of -):
-
//exhaustive:ignore more-text
See discussion here: #68 (comment).
The text was updated successfully, but these errors were encountered:
Resolves nishanths#70: use stricter comment directive parsing
65afac4
add stricter comment directive scan
a50e355
Resolves #70, #49
Successfully merging a pull request may close this issue.
For example, the current code in master considers comments of the form:
to be a valid equivalent of:
We don't wish to allow the above forms as an equivalent. This will be a breaking change for users who didn't use the strictly exact form.
That said, the following should continue to be allowed (notice
instead of
-
):See discussion here: #68 (comment).
The text was updated successfully, but these errors were encountered: