Add lib/ to luacheck ignores

This commit is contained in:
Sage Vaillancourt 2025-03-19 15:29:56 -04:00
parent 62a5c5668d
commit 61d153d4d6
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ preprocess:
check: preprocess check: preprocess
stylua -c --indent-type Spaces ./ 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 test: check
find ./test -name '*.lua' | xargs -L1 -I %% lua %% -v find ./test -name '*.lua' | xargs -L1 -I %% lua %% -v