aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 74715e6b..af2557f1 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ test:
lint:
@printf "\nRunning luacheck\n"
- luacheck lua/* test/*
+ luacheck -q lua/* test/*
@printf "\nRunning selene\n"
selene --display-style=quiet .
@printf "\nRunning stylua\n"