This commit is contained in:
2023-04-01 16:26:40 +01:00
parent 693d05de84
commit 12ab5b3348
56 changed files with 5947 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
-- Global objects
globals = {
"PACKER_BOOTSTRAP",
"astronvim",
"astronvim_installation",
"vim",
"bit",
"C",
"packer_plugins",
}
-- Rerun tests only if their modification time changed
cache = true
-- Don't report unused self arguments of methods
self = false
ignore = {
"631", -- max_line_length
"212/_.*", -- unused argument, for vars with "_" prefix
}