nvim-dap/.luacheckrc

13 lines
152 B
Lua

ignore = {
"631", -- max_line_length
}
globals = {
"vim",
}
read_globals = {
"describe",
"it",
"before_each",
"after_each",
"assert"
}