AstroNvim_template/.luacheckrc

17 lines
282 B
Plaintext
Raw Normal View History

2023-06-22 18:28:25 +03:00
-- Global objects
globals = {
"vim",
"bit",
}
-- 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
}