meta: update luacheckrc

This commit is contained in:
raf 2025-03-09 01:34:35 +03:00
commit 398d03c888
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -1,10 +1,14 @@
-- 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
}
-- Global objects defined by the C code
globals = { "vim" }
-- vim: ft=lua tw=80