feat: netcup host config
This commit is contained in:
parent
66c1be4b45
commit
2bcc83c7d9
10 changed files with 225 additions and 34 deletions
|
|
@ -1,18 +1,14 @@
|
|||
-- Rerun tests only if their modification time changed.
|
||||
cache = true
|
||||
|
||||
ignore = {
|
||||
"122", -- Setting a read-only field of a global variable.
|
||||
"212", -- Unused argument, In the case of callback function, _arg_name is easier to understand than _, so this option is set to off.
|
||||
"631", -- max_line_length, vscode pkg URL is too long
|
||||
"122",
|
||||
"212",
|
||||
"631",
|
||||
}
|
||||
|
||||
-- Global objects defined by the C code
|
||||
read_globals = {
|
||||
"vim",
|
||||
}
|
||||
|
||||
include_files = { "lua", "tests" }
|
||||
exclude_files = { ".luacheckrc", "tests/**/*_spec.lua" }
|
||||
|
||||
-- vim: ft=lua tw=80
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue