We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d865a8 commit 74b9291Copy full SHA for 74b9291
.luacheckrc
@@ -0,0 +1,2 @@
1
+std = "ngx_lua"
2
+redefined = false
Makefile
@@ -76,6 +76,9 @@ install: all
76
test: test_redis
77
test_all: start_redis_instances sleep test_redis stop_redis_instances
78
79
+check:
80
+ luacheck lib
81
+
82
sleep:
83
sleep 3
84
0 commit comments