Files
ale/ale_linters/tex
Cyril RoelandtandGitHub 94a8a88f0d chktex: always use the right format and grab the error code (#5146)
Using -v0 works out of the box, but chktex grabs the "v0 format" from
its configuration file:

    OutFormat
    {
        # -v0; silent mode
        %f%b%l%b%c%b%n%b%m!n
        # -v1; normal mode
        ...
    }

Should the user modify the definition of v0, then the linter would no
longer work. We therefore use "--format" to force the output format.

Also grab the error code so it is correctly displayed.

Closes: #3856
2026-07-25 22:24:26 +09:00
..
2019-02-02 16:20:14 +01:00
2021-11-19 07:41:05 +09:00
2026-01-25 16:29:03 +09:00