selene-lib 0.3.0

A library for linting Lua code. You probably want selene instead.
Documentation
1
2
3
4
5
6
table.sort(stuff, function(a, b)
    local sum = a + b
    return math.abs(sum) > 2
end)

table.sort(stuff, function(a, b) local sum = a + b return math.abs(sum) > 2 end)