Files
ale/ale_linters
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
..
2021-11-19 07:41:05 +09:00
2026-01-25 16:29:03 +09:00
2024-08-14 08:24:22 +01:00
2021-11-15 19:41:03 +09:00
2025-01-10 13:34:29 +09:00
2019-02-06 20:29:58 -02:00
2021-03-19 22:29:06 +00:00
2026-01-25 16:29:03 +09:00
2026-01-25 16:29:03 +09:00
2020-12-23 16:50:45 +01:00
2024-11-23 18:42:22 +09:00
2026-01-25 16:29:03 +09:00
2019-11-07 02:44:56 +09:00
2026-01-25 16:29:03 +09:00
2021-01-22 23:51:29 +09:00
2026-01-25 16:29:03 +09:00
2026-01-25 16:29:03 +09:00
2021-01-23 12:27:55 -05:00
2025-12-21 18:25:42 +09:00
2023-09-17 17:24:23 +01:00
2021-03-15 22:30:22 +00:00
2026-01-25 16:29:03 +09:00
2023-09-16 22:23:30 +01:00
2021-01-23 00:20:11 +09:00
2020-08-06 13:20:54 +01:00
2026-06-21 11:15:14 +09:00
2026-01-25 16:29:03 +09:00
2024-12-29 13:36:18 +09:00
2025-03-11 12:18:29 +00:00