We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lint
1 parent 623f85e commit aa6f40fCopy full SHA for aa6f40f
1 file changed
Makefile
@@ -14,3 +14,10 @@ install:
14
15
test:
16
PATH=$(OPENRESTY_PREFIX)/nginx/sbin:$$PATH prove -I../test-nginx/lib -r $(test)
17
+
18
+### lint: Lint Lua source code
19
+.PHONY: lint
20
+lint:
21
+ luacheck -q lib
22
+ lj-releng lib/resty/*.lua
23
+ lj-releng lib/resty/ngxvar/*.lua
0 commit comments