1
0
mirror of https://github.com/kubernetes/ingress-nginx.git synced 2025-02-06 10:02:33 +00:00
k8s-ingress-nginx/.luacheckrc

9 lines
266 B
Lua

std = 'ngx_lua'
max_line_length = 100
exclude_files = {'./rootfs/etc/nginx/lua/test/**/*.lua'}
files["rootfs/etc/nginx/lua/lua_ingress.lua"] = {
ignore = { "122" },
-- TODO(elvinefendi) figure out why this does not work
--read_globals = {"math.randomseed"},
}