ivy.nvim/.luacheckrc

22 lines
279 B
Text
Raw Normal View History

2022-07-10 20:07:33 +00:00
-- Rerun tests only if their modification time changed.
cache = true
std = luajit
codes = true
self = false
-- Global objects defined by the C code
read_globals = {
"vim",
2022-08-06 14:02:42 +00:00
"after",
"after_each",
"assert",
2022-08-06 14:02:42 +00:00
"before",
"before_each",
"describe",
"it",
"spy",
2022-07-10 20:07:33 +00:00
}