mirror of
https://github.com/NotAShelf/syntax-gaslighting.nvim.git
synced 2026-04-15 15:33:47 +00:00
meta: update luacheckrc
This commit is contained in:
parent
71c30a336a
commit
398d03c888
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue