| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Flycheck v38.3 source code.tar.gz | 2026-07-29 | 2.0 MB | |
| Flycheck v38.3 source code.zip | 2026-07-29 | 2.2 MB | |
| README.md | 2026-07-29 | 786 Bytes | |
| Totals: 3 Items | 4.3 MB | 3 | |
New Features
- #2230: Explain more checkers' diagnostics with
C-c ! e(flycheck-explain-error-at-point):dockerfile-hadolint,go-staticcheck,python-mypy,ruby-rubocop/ruby-standard, and theless/scss/sassstylelint checkers. Checker authors can now define a URL-based explainer in one line with the newflycheck-error-explainer-from-urlhelper.
Bugs fixed
- #2229: Keep
flycheck-annotate-mode's inline messages on the right line while editing - an edit that left point on its line (such asopen-line) could strand an annotation on the wrong line until the next check.
Full Changelog: https://github.com/flycheck/flycheck/compare/v38.2...v38.3