selene-lib 0.10.1

A library for linting Lua code. You probably want selene instead.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[selene]
base = "lua52"

[[math.log.args]]
type = "number"

[[math.log.args]]
type = "number"
required = false

[[string.pack.args]]
type = "string"

[[string.packsize.args]]
type = "string"

[[string.unpack.args]]
type = "string"