summaryrefslogtreecommitdiff
path: root/Makefile
blob: 6187ceedef200ba3129896f4a37d646106b32707 (plain)
1
2
3
4
5
6
7
.PHONY: check 

LUA_FILES := $(shell find . -type f -name "*.lua")

check:
	luacheck --no-color --globals=vim -- $(LUA_FILES)
	stylua $(LUA_FILES)