luacheck infrastructure

This commit is contained in:
Francois Perrad 2016-07-02 18:13:57 +02:00
parent 01e4754962
commit 4b65e405ba
2 changed files with 5 additions and 0 deletions

2
src/.luacheckrc Normal file
View File

@ -0,0 +1,2 @@
codes = true
std = 'luajit'

View File

@ -621,6 +621,9 @@ depend:
test -s $$file || $(HOST_RM) $$file; \
done
luacheck:
luacheck host/*.lua jit/*.lua
.PHONY: default all amalg clean libbc depend
##############################################################################