mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 20:00:05 +08:00
13 lines
146 B
Makefile
13 lines
146 B
Makefile
|
.PHONY: test vusted luacheck format
|
||
|
|
||
|
test: luacheck vusted
|
||
|
|
||
|
vusted:
|
||
|
vusted lua/
|
||
|
|
||
|
luacheck:
|
||
|
luacheck lua/
|
||
|
|
||
|
format:
|
||
|
stylua ./lua -g '!**/kit/**'
|