elpasync pushed a change to branch elpa/flycheck.
from 2d57f7ccdc Fix tests for error list column width and navigation
minimum-level
new 6c33759020 Fix continuation indicator appearing on non-wrapped lines
new 162efb72ab Handle puppet-parser errors without line numbers
new ee6ad0e0da Skip error list highlighting when the error list is not
visible
new d34d57d79f Fall back to "python" when "python3" is unavailable
new 77c100c380 Mitigate CVE-2024-53920 in emacs-lisp checker subprocess
new b254cd0a5e fix(org-lint): run org-lint in current Emacs process
new 43be6c3110 fix(test): skip executable tests for generic checkers
new 422e216065 Merge pull request #2146 from takeokunn/fix/issue-2144
new befd26a905 Fix rust checker temp directory error on modern Rust
new 95f403405b Include info-level errors in mode-line indicator
new 5a83fb4f3e Preserve pre-existing line-prefix when adding overlays
new 3d476354a3 Update changelog for recent bug fixes
new 8761a75282 Guard line-prefix preservation against killed buffers
new 35b5397ba3 Fix line-prefix preservation in narrowed buffers
Summary of changes:
CHANGES.rst | 9 +++
doc/languages.rst | 18 ++---
flycheck.el | 138 ++++++++++++++++++++-------------------
test/specs/test-checker-api.el | 12 ++--
test/specs/test-customization.el | 15 +++--
test/specs/test-mode-line.el | 9 +--
6 files changed, 106 insertions(+), 95 deletions(-)