mirror of
https://github.com/neovim/nvim-lspconfig.git
synced 2025-12-24 23:11:00 +01:00
- Introduce emmylua CI job to type-check code. - Drop old analyzers that haven't reported anything useful in a long time and are redundant with luals/emmylua.
11 lines
143 B
Makefile
11 lines
143 B
Makefile
test:
|
|
vusted ./test
|
|
|
|
lint:
|
|
@printf "\nRunning stylua\n"
|
|
stylua --check .
|
|
@printf "\nRunning emmylua\n"
|
|
emmylua_check .
|
|
|
|
.PHONY: test lint
|