File: .luacheckrc

package info (click to toggle)
lua-resty-core 0.1.31-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,176 kB
  • sloc: perl: 143; sh: 59; makefile: 26
file content (6 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
std = 'ngx_lua'
globals = { 'ngx', 'ndk' }
unused_args = false
read_globals = {
    "coroutine._yield"
}