parent
61d153d4d6
commit
ba9a7d8042
|
@ -1 +1 @@
|
|||
std = "love"
|
||||
std = "lua51+love"
|
2
Makefile
2
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/ ./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
|
||||
|
|
Loading…
Reference in New Issue