dotfiles/.luacheckrc
2024-05-31 03:22:21 +02:00

8 lines
137 B
Lua

---@diagnostic disable: undefined-global
return {
exclude_files = {
".direnv/*",
"result/*",
},
max_line_length = false,
}