Fix luacheck errors for all Lua source files

This commit is contained in:
Sameed Ali
2019-04-14 16:56:11 -04:00
committed by Daniel Hahler
parent 99b870d61c
commit 571b2c5e7b
11 changed files with 106 additions and 102 deletions

View File

@@ -40,7 +40,7 @@ local imacros=function(s)
return '(intptr_t)' .. s
end
end
local N_=function(s)
local N_=function(s) -- luacheck: ignore 211
return function()
return 'N_(' .. cstr(s) .. ')'
end
@@ -189,7 +189,6 @@ return {
},
{
full_name='belloff', abbreviation='bo',
deny_duplicates=true,
type='string', list='comma', scope={'global'},
deny_duplicates=true,
vi_def=true,