luacheck ignore subfolders too
This commit is contained in:
parent
2ce9196ecf
commit
e907dbffda
|
|
@ -1,3 +1,3 @@
|
|||
std = 'ngx_lua'
|
||||
globals = {'_'}
|
||||
exclude_files = {'./rootfs/etc/nginx/lua/test/*.lua'}
|
||||
exclude_files = {'./rootfs/etc/nginx/lua/test/**/*.lua'}
|
||||
|
|
|
|||
Loading…
Reference in New Issue