add luacheck to lint lua files (#2205)
This commit is contained in:
parent
5c02d700cb
commit
977cfcb4c7
4 changed files with 19 additions and 5 deletions
2
.luacheckrc
Normal file
2
.luacheckrc
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
std = 'ngx_lua'
|
||||
globals = {'_'}
|
||||
Loading…
Add table
Add a link
Reference in a new issue