direnv.nvim/.luacheckrc

11 lines
150 B
Text
Raw Normal View History

2024-07-03 17:49:04 +00:00
-- vim: ft=lua tw=80
-- Don't report unused self arguments of methods.
self = false
ignore = {
"631", -- max_line_length
}
globals = { "vim" }