We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77292e commit 6e4fcffCopy full SHA for 6e4fcff
.luacheckrc
@@ -0,0 +1,2 @@
1
+std = "ngx_lua"
2
+redefined = false
Makefile
@@ -24,3 +24,6 @@ coverage: all
24
PATH=$(OPENRESTY_PREFIX)/nginx/sbin:$$PATH TEST_NGINX_NO_SHUFFLE=1 TEST_COVERAGE=1 prove -I../test-nginx/lib -r $(TEST_FILE)
25
@luacov
26
@tail -10 luacov.report.out
27
+
28
+check:
29
+ luacheck lib
0 commit comments