lean4-htt/tests/lake
Wojciech Różowski 1a15db69ec
feat: lake: add support for running text linters from lake lint (#13513)
This PR extends `lake lint --builtin-lint` to also support text linters
(i.e. those using `logLint`/`logLintIf`), in addition to the environment
linters added in #13431. Text-linter warnings emitted during the build
are persisted into each module's `.olean` via a new
`Lean.Linter.lintLogExt` environment extension; `lake lint` re-runs the
build for the target modules and reads the entries back, reporting them
alongside the environment linter output.

---------

Co-authored-by: Mac Malone <tydeu@hatpress.net>
Co-authored-by: Thomas R. Murrills <68410468+thorimur@users.noreply.github.com>
2026-04-28 15:09:04 +00:00
..
examples feat: lake: fixedToolchain package configuration (#12935) 2026-03-17 02:37:55 +00:00
tests feat: lake: add support for running text linters from lake lint (#13513) 2026-04-28 15:09:04 +00:00
.gitattributes
.gitignore
lakefile.toml feat: lake: cached compressed module artifacts (#12914) 2026-03-16 04:36:19 +00:00
run_clean.sh test: tests/lake/run_test.sh (#13501) 2026-04-25 04:36:08 +00:00
run_test.sh test: tests/lake/run_test.sh (#13501) 2026-04-25 04:36:08 +00:00