You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
I encounter a well-known problem with linter-chktex due to too long lines. This seems to be an issue with chktex itself (see here). chktex works fine in terminal despite the usual warning:
chktex: WARNING -- ChkTeX does not handle lines over 1021 bytes correctly. Some errors and line numbers may be wrong in this file.
Unfortunately, linter-chktex in Atom only shows this warning and stops working. I know, I could reflow the selection with Atom to shorten the lines (as suggested here), but I work together with colleagues who don't want too many line breaks. Is there any way to suppress this warning and get linter-chktex working?
Thanks a lot for your help!!
The text was updated successfully, but these errors were encountered:
A year after, I just wanted to check if someone has a suggestion concerning this issue. @nscaife, I very much appreciate the time you have invested in this package. Do you have any solution you can think of? Thanks in advance!
Hi all - sorry for the silence on my end. I have not been actively maintaining this package for some time as I no longer use Atom. I am happy to accept pull requests and make releases if anyone would like to push fixes.
Hi everybody,
I encounter a well-known problem with
linter-chktex
due to too long lines. This seems to be an issue withchktex
itself (see here).chktex
works fine in terminal despite the usual warning:chktex: WARNING -- ChkTeX does not handle lines over 1021 bytes correctly. Some errors and line numbers may be wrong in this file.
Unfortunately,
linter-chktex
in Atom only shows this warning and stops working. I know, I could reflow the selection with Atom to shorten the lines (as suggested here), but I work together with colleagues who don't want too many line breaks. Is there any way to suppress this warning and getlinter-chktex
working?Thanks a lot for your help!!
The text was updated successfully, but these errors were encountered: