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:
@@ -9,8 +9,8 @@ local function td_validate(fn, ms)
|
||||
fn = { fn, 'f' },
|
||||
ms = {
|
||||
ms,
|
||||
function(ms)
|
||||
return type(ms) == 'number' and ms > 0
|
||||
function(v)
|
||||
return type(v) == 'number' and v > 0
|
||||
end,
|
||||
"number > 0",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user