Switch to emmylua for type-checking
Some checks failed
NeoVim tests / code-quality (push) Failing after 1m6s

This commit is contained in:
2025-10-11 15:12:18 -06:00
parent 9fcc803805
commit fd7b53ab05
14 changed files with 85 additions and 47 deletions

View File

@@ -1,8 +1,10 @@
export VIMRUNTIME := $(shell nvim -u NORC --headless +'echo $$VIMRUNTIME' +'quitall' 2>&1)
all: lint fmt-check test
lint:
@echo "## Typechecking"
@lua-language-server --check=lua/u/ --checklevel=Error
@emmylua_check .
fmt-check:
@echo "## Checking code format"