test 0.12.1 config
This commit is contained in:
15
nvim-old/.config/nvim/.luacheckrc
Normal file
15
nvim-old/.config/nvim/.luacheckrc
Normal file
@@ -0,0 +1,15 @@
|
||||
-- Rerun tests only if their modification time changed.
|
||||
cache = true
|
||||
|
||||
ignore = {
|
||||
"122", -- Setting a read-only field of a global variable.
|
||||
"212", -- Unused argument, In the case of callback function, _arg_name is easier to understand than _, so this option is set to off.
|
||||
}
|
||||
|
||||
-- Global objects defined by the C code
|
||||
read_globals = {
|
||||
"vim",
|
||||
"Snacks",
|
||||
}
|
||||
|
||||
files["snippets/*.lua"] = { ignore = { "211", "631" } }
|
||||
Reference in New Issue
Block a user