elpasync pushed a change to branch elpa/flycheck.
from 829e84955e Skip the bazel dev dependency on Emacs 28
new 79a599302a [Fix #2159] Properly mitigate CVE-2024-53920 on Emacs 30+
new ed0f9b5461 [Fix #1787] Add :handle-suspicious property for command
checkers
new 0fa52902d9 Truncate excessive errors instead of disabling the
checker
new 2a0d9b2e62 Pick the error indication side automatically
Summary of changes:
CHANGES.rst | 29 +++
doc/languages.rst | 9 +
doc/user/error-reports.rst | 45 ++--
flycheck-buttercup.el | 30 ++-
flycheck.el | 397 ++++++++++++++++++++++++++------
test/specs/languages/test-emacs-lisp.el | 19 ++
test/specs/test-command-checker.el | 119 ++++++++++
test/specs/test-customization.el | 4 +-
test/specs/test-helpers.el | 38 +++
test/specs/test-overlays.el | 165 +++++++++++--
10 files changed, 741 insertions(+), 114 deletions(-)