dressing.nvim/.luacheckrc

17 lines
216 B
Plaintext
Raw Normal View History

2021-12-03 01:43:52 +00:00
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",
}