ci: Add luacheck ci job (#317)
* Add luacheck ci job * Fix most of the linting issues * fixup: lint Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
This commit is contained in:
@@ -133,9 +133,9 @@ function OneshotJobFinder:new(opts)
|
||||
end
|
||||
})
|
||||
|
||||
local job_opts = finder:fn_command(prompt)
|
||||
local job_opts = finder:fn_command(_)
|
||||
if not job_opts then
|
||||
error(debug.trackeback("expected `job_opts` from fn_command"))
|
||||
error(debug.traceback("expected `job_opts` from fn_command"))
|
||||
end
|
||||
|
||||
local writer = nil
|
||||
|
||||
Reference in New Issue
Block a user