nscaife / linter-chktex

An Atom Linter plugin for LaTeX, using chktex
https://atom.io/packages/linter-chktex
MIT License
14 stars 10 forks source link

Suppress long-lines-error #40

Open mschnetzer opened 7 years ago

mschnetzer commented 7 years ago

Hi everybody,

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!!

mschnetzer commented 6 years ago

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!

gwylanscheeren commented 5 years ago

Nothing yet? Too bad... I would really like to use this feature in a seamless way as in this atom package.

nscaife commented 5 years ago

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.

mschnetzer commented 5 years ago

@nscaife That's a pity. May I ask to which editor you switched to?