1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 13:40:06 +08:00
SpaceVim/bundle/nvim-lspconfig/Makefile

11 lines
123 B
Makefile
Raw Normal View History

2021-10-05 15:13:10 +08:00
test:
sh ./scripts/run_test.sh
lint:
luacheck lua/* test/*
style-lint:
stylua --check .
.PHONY: test lint style-lint