Skip to content

Commit 6f85e1b

Browse files
committed
luacheck: ignore global variable "ngx"
1 parent e2debbd commit 6f85e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.luacheckrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
std = "ngx_lua"
2-
globals = {}
2+
globals = {"ngx"}
33

44
exclude_files = {"test/*", "resty", "bin"}

0 commit comments

Comments
 (0)