aerial.nvim/.luacheckrc

20 lines
273 B
Text
Raw Permalink Normal View History

2021-07-06 03:06:09 +02:00
max_comment_line_length = false
2021-11-20 21:26:08 +01:00
codes = true
exclude_files = {
2022-10-27 17:02:42 +02:00
"tests/treesitter",
2021-11-20 21:26:08 +01:00
}
ignore = {
"212", -- Unused argument
"631", -- Line is too long
"122", -- Setting a readonly global
"542", -- Empty if branch
2021-11-20 21:26:08 +01:00
}
read_globals = {
"vim",
2022-10-27 17:02:42 +02:00
"a",
"assert",
2021-11-20 21:26:08 +01:00
}