1 Star 0 Fork 0

OliverYu949/kong

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.luacheckrc 751 Bytes
一键复制 编辑 原始数据 按行查看 历史
Guilherme Salazar 提交于 2020-04-21 11:46 . feat(*) hook system
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/hooks.lua"] = {
read_globals = {
"table.pack",
"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/OliverYu949/kong.git
git@gitee.com:OliverYu949/kong.git
OliverYu949
kong
kong
master

搜索帮助