mirror of
https://github.com/NotAShelf/syntax-gaslighting.nvim.git
synced 2026-04-17 16:29:50 +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.
|
-- Don't report unused self arguments of methods.
|
||||||
self = false
|
self = false
|
||||||
|
|
||||||
|
-- Rerun tests only if their modification time changed.
|
||||||
|
cache = true
|
||||||
|
|
||||||
ignore = {
|
ignore = {
|
||||||
"631", -- max_line_length
|
"631", -- max_line_length
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- Global objects defined by the C code
|
||||||
globals = { "vim" }
|
globals = { "vim" }
|
||||||
|
|
||||||
-- vim: ft=lua tw=80
|
-- vim: ft=lua tw=80
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue