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:
@@ -32,7 +32,7 @@ function EntryManager:new(max_results, set_entry, info)
|
||||
return #entry_state
|
||||
end,
|
||||
|
||||
get_ordinal = function(self, index)
|
||||
get_ordinal = function(_, index)
|
||||
return self:get_entry(index).ordinal
|
||||
end,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user