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
Right now the "checkbiw" script complains about comments if they violate the rules. The checkbiw-script should ignore them. Example:
... % Foo bar this is a problem that causes some trouble... ...
-> of course "this" and "some" are flagged by the checkbiw script. This is annoying in comments,
I think a detex is enough and checkbiw should run on the detexed sources. EDIT, no, line numbers will no longer match
detex
Blockers:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now the "checkbiw" script complains about comments if they violate the rules. The checkbiw-script should ignore them.
Example:
... % Foo bar this is a problem that causes some trouble... ...
-> of course "this" and "some" are flagged by the checkbiw script. This is annoying in comments,
I think adetex
is enough and checkbiw should run on the detexed sources.EDIT, no, line numbers will no longer match
Blockers:
The text was updated successfully, but these errors were encountered: