ingress-nginx-helm/.luacheckrc

11 lines
319 B
Text
Raw Normal View History

2018-03-18 16:31:49 +00:00
std = 'ngx_lua'
globals = {
'_TEST'
}
2019-10-02 18:10:41 +00:00
exclude_files = {'./rootfs/etc/nginx/lua/test/**/*.lua', './rootfs/etc/nginx/lua/plugins/**/test/**/*.lua'}
2018-12-19 13:46:53 +00:00
files["rootfs/etc/nginx/lua/lua_ingress.lua"] = {
ignore = { "122" },
-- TODO(elvinefendi) figure out why this does not work
--read_globals = {"math.randomseed"},
}