From 3e6d426af53b9289bc343129afd58e5beac36dd7 Mon Sep 17 00:00:00 2001 From: dundargoc Date: Tue, 21 Jan 2025 14:38:49 +0100 Subject: build: add -q flag to luacheck Otherwise it will print out all the files that passes which makes it extremely tedious as you need to search for the files that failed. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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" -- cgit v1.2.3-70-g09d2