1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:50:05 +08:00
SpaceVim/bundle/nvim-tree.lua/.luacheckrc
2022-05-19 09:03:59 +08:00

15 lines
209 B
Lua

-- vim: ft=lua tw=80
-- Don't report unused self arguments of methods.
self = false
ignore = {
"631", -- max_line_length
}
-- Global objects defined by the C code
globals = {
"vim",
"TreeExplorer"
}