Files
bunkerweb/deps/src/lua-resty-core/.luacheckrc
2022-06-03 17:24:14 +02:00

7 lines
105 B
Lua

std = 'ngx_lua'
globals = { 'ngx', 'ndk' }
unused_args = false
read_globals = {
"coroutine._yield"
}