all: lint fmt-check test lint: lua-language-server --check=lua/u/ --checklevel=Error @# lx check fmt-check: stylua --check . fmt: stylua . test: busted