Correct luacheck stdlib string

Ignore tiny-* in luacheck
This commit is contained in:
Sage Vaillancourt 2025-03-19 15:32:15 -04:00
parent 61d153d4d6
commit ba9a7d8042
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
std = "love"
std = "lua51+love"

View File

@ -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/ ./lib/
luacheck -d --globals tiny T Arr Maybe TextStyle --codes ./ --exclude-files ./test/ ./generated/ ./lib/ ./tiny-*
test: check
find ./test -name '*.lua' | xargs -L1 -I %% lua %% -v