1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:40:05 +08:00
SpaceVim/bundle/nvim-lspconfig/Makefile
2021-10-05 15:13:10 +08:00

11 lines
123 B
Makefile

test:
sh ./scripts/run_test.sh
lint:
luacheck lua/* test/*
style-lint:
stylua --check .
.PHONY: test lint style-lint