dressing.nvim/.luacheckrc
Steven Arcangeli 7f6cf7fb80 Initial commit
2021-12-02 19:30:27 -08:00

16 lines
216 B
Lua

max_comment_line_length = false
codes = true
exclude_files = {
"tests/",
}
ignore = {
"212", -- Unused argument
"631", -- Line is too long
"122", -- Setting a readonly global
}
read_globals = {
"vim",
}