mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 18:06:30 +00:00
Improve luacheck setup [skip appveyor]
- Move .luacheckrc to root, add read_globals=vim - Simplify lualint target, run it on all lua files - Lint preload.lua, but ignore W211 - Remove testlint target, included in lualint (and lint) - Clean up .luacheckrc
This commit is contained in:
@@ -75,7 +75,6 @@ for i = 1, #events do
|
||||
end
|
||||
|
||||
if not ev.bridge_impl and not ev.noexport then
|
||||
|
||||
local send, argv, recv, recv_argv, recv_cleanup = '', '', '', '', ''
|
||||
local argc = 1
|
||||
for j = 1, #ev.parameters do
|
||||
@@ -161,7 +160,6 @@ for i = 1, #events do
|
||||
call_output:write(";\n")
|
||||
call_output:write("}\n\n")
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
proto_output:close()
|
||||
|
Reference in New Issue
Block a user