diff --git a/.luacheckrc b/.luacheckrc index 550a95a..976a6c6 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -1 +1 @@ -std = "love" \ No newline at end of file +std = "lua51+love" \ No newline at end of file diff --git a/Makefile b/Makefile index 7b36645..d7860d8 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/ ./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