Add lib/ to luacheck ignores
This commit is contained in:
parent
62a5c5668d
commit
61d153d4d6
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/
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue