chore: enable incomplete-signature-doc, format nvt-min.lua, assorted formatting tidies (#2967)
* chore: luacheckrc uses table * chore: format nvt-min.lua * chore: complete lua doc * chore: complete lua doc * chore: complete lua doc * chore: complete lua doc * chore: complete lua doc * chore: enable incomplete-signature-doc * chore: enable incomplete-signature-doc * chore: complete lua doc * chore: complete lua doc
This commit is contained in:
committed by
GitHub
parent
68be6df2fc
commit
077af9f990
11
.luacheckrc
11
.luacheckrc
@@ -1,14 +1,15 @@
|
||||
-- vim: ft=lua tw=80
|
||||
local M = {}
|
||||
|
||||
-- Don't report unused self arguments of methods.
|
||||
self = false
|
||||
M.self = false
|
||||
|
||||
ignore = {
|
||||
M.ignore = {
|
||||
"631", -- max_line_length
|
||||
}
|
||||
|
||||
-- Global objects defined by the C code
|
||||
globals = {
|
||||
M.globals = {
|
||||
"vim",
|
||||
"TreeExplorer"
|
||||
}
|
||||
|
||||
return M
|
||||
|
||||
Reference in New Issue
Block a user