add luacheck to lint lua files (#2205)

This commit is contained in:
halfcrazy 2018-03-19 00:31:49 +08:00 committed by Manuel Alejandro de Brito Fontes
parent 5c02d700cb
commit 977cfcb4c7
4 changed files with 19 additions and 5 deletions

View file

@ -180,6 +180,10 @@ cover:
vet:
@go vet $(shell go list ${PKG}/... | grep -v vendor)
.PHONY: luacheck
luacheck:
luacheck -q ./rootfs/etc/nginx/lua/
.PHONY: release
release: all-container all-push
echo "done"