summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6187cee..946cac8 100644
--- a/Makefile
+++ b/Makefile
@@ -3,5 +3,5 @@
LUA_FILES := $(shell find . -type f -name "*.lua")
check:
- luacheck --no-color --globals=vim -- $(LUA_FILES)
stylua $(LUA_FILES)
+ luacheck --no-color --globals=vim -- $(LUA_FILES)