feat: first draft
This commit is contained in:
parent
bf2dfb970d
commit
fefd6ad5e4
48 changed files with 7201 additions and 1 deletions
19
.luacheckrc
Normal file
19
.luacheckrc
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
max_comment_line_length = false
|
||||
codes = true
|
||||
|
||||
exclude_files = {
|
||||
"tests/treesitter",
|
||||
}
|
||||
|
||||
ignore = {
|
||||
"212", -- Unused argument
|
||||
"631", -- Line is too long
|
||||
"122", -- Setting a readonly global
|
||||
"542", -- Empty if branch
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
"vim",
|
||||
"a",
|
||||
"assert",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue