加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.luacheckrc 399 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tobias Hunger 提交于 2022-02-12 20:52 . Fix typo in luacheckrc
-- Global objects
globals = {
"PACKER_BOOTSTRAP",
"_LAZYGIT_TOGGLE",
"_PYTHON_TOGGLE",
"_NODE_TOGGLE",
"_NCDU_TOGGLE",
"_HTOP_TOGGLE",
"vim",
"C",
}
-- Rerun tests only if their modification time changed
cache = true
-- Don't report unused self arguments of methods
self = false
ignore = {
"631", -- max_line_length
"212/_.*", -- unused argument, for vars with "_" prefix
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化