1 Star 0 Fork 0

fc013/kong

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.luacheckrc 997 Bytes
一键复制 编辑 原始数据 按行查看 历史
std = "ngx_lua"
unused_args = false
redefined = false
max_line_length = false
globals = {
"_KONG",
"kong",
"ngx.IS_CLI",
}
not_globals = {
"string.len",
"table.getn",
}
ignore = {
"6.", -- ignore whitespace warnings
}
exclude_files = {
"spec/fixtures/invalid-module.lua",
"spec-old-api/fixtures/invalid-module.lua",
}
files["kong/tools/kong-lua-sandbox.lua"] = {
read_globals = {
"_ENV",
"table.pack",
"table.unpack",
}
}
files["kong/hooks.lua"] = {
read_globals = {
"table.pack",
"table.unpack",
}
}
files["kong/db/schema/entities/workspaces.lua"] = {
read_globals = {
"table.unpack",
}
}
files["kong/plugins/ldap-auth/*.lua"] = {
read_globals = {
"bit.mod",
"string.pack",
"string.unpack",
},
}
files["spec/**/*.lua"] = {
std = "ngx_lua+busted",
}
files["spec-old-api/**/*.lua"] = {
std = "ngx_lua+busted",
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fc013/kong.git
[email protected]:fc013/kong.git
fc013
kong
kong
master

搜索帮助