selene-lib 0.3.0

A library for linting Lua code. You probably want selene instead.
Documentation
1
2
3
4
5
6
7
8
9
print("3.14 = ", math.pie)
print(print.foo)
print(math.huge.big)
math.call()

-- These aren't correct, but they should be covered under a different lint
call()
local _ = bad
print(foo.bar)