lualine.nvim/.luacheckrc
2021-11-18 09:06:23 +06:00

15 lines
272 B
Lua

globals = {
"vim",
"assert"
}
-- Don't report unused self arguments of methods.
self = false
-- Rerun tests only if their modification time changed.
cache = true
ignore = {
"631", -- max_line_length
"212/_.*", -- unused argument, for vars with "_" prefix
}