nvim/pack/acp/opt/nvim-lspconfig/.luacheckrc

15 lines
365 B
Text
Raw Normal View History

2022-01-10 11:08:46 +00:00
-- vim: ft=lua tw=80
-- Rerun tests only if their modification time changed.
cache = true
ignore = {
"212", -- Unused argument, In the case of callback function, _arg_name is easier to understand than _, so this option is set to off.
"631", -- max_line_length, vscode pkg URL is too long
}
-- Global objects defined by the C code
read_globals = {
"vim",
}