summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3cae985..4e7fa53 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,14 @@
.PHONY: lint
lint:
stylua -c .
+ luacheck .
.PHONY: test
test:
- nvim --headless -u test/init.lua -c "PlenaryBustedDirectory test/ {minimal_init = 'test/init.lua', sequential = true}"
+ nvim \
+ --headless \
+ -u test/init.lua \
+ -c "PlenaryBustedDirectory test/ {minimal_init = 'test/init.lua', sequential = true}"
.PHONY: clean
clean: