lean4-htt/tests/lake
Wojciech Różowski 793cd14b38
feat: improve message of unusedVariables linter (#13715)
This PR improves the message of `unusedVariables` linter, by replacing
potentially confusing "unused variable `x`" message with "Variable name
`x` is not explicitly referenced. The binding can be removed (if unused)
or named `_` (if used implicitly)."

Related issue: https://github.com/leanprover/lean4/issues/13269
2026-05-13 09:40:18 +00:00
..
examples feat: lake: hoist compiled configurations (#13683) 2026-05-08 18:00:37 +00:00
tests feat: improve message of unusedVariables linter (#13715) 2026-05-13 09:40:18 +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