2018-03-18 16:31:49 +00:00
|
|
|
std = 'ngx_lua'
|
2018-05-18 21:36:43 +00:00
|
|
|
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"},
|
|
|
|
}
|