add luacheck to lint lua files (#2205)
This commit is contained in:
parent
5c02d700cb
commit
977cfcb4c7
4 changed files with 19 additions and 5 deletions
4
Makefile
4
Makefile
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue