From 61d153d4d683f09e32c6e7a37f18eec8e4f1852f Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Wed, 19 Mar 2025 15:29:56 -0400 Subject: [PATCH] Add lib/ to luacheck ignores --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2049095..7b36645 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ preprocess: check: preprocess stylua -c --indent-type Spaces ./ - luacheck -d --globals tiny T Arr Maybe TextStyle --codes ./ --exclude-files ./test/ ./generated/ + luacheck -d --globals tiny T Arr Maybe TextStyle --codes ./ --exclude-files ./test/ ./generated/ ./lib/ test: check find ./test -name '*.lua' | xargs -L1 -I %% lua %% -v