luacheck ignore subfolders too
This commit is contained in:
parent
2ce9196ecf
commit
e907dbffda
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
std = 'ngx_lua'
|
std = 'ngx_lua'
|
||||||
globals = {'_'}
|
globals = {'_'}
|
||||||
exclude_files = {'./rootfs/etc/nginx/lua/test/*.lua'}
|
exclude_files = {'./rootfs/etc/nginx/lua/test/**/*.lua'}
|
||||||
|
|
Loading…
Reference in a new issue