summaryrefslogtreecommitdiff
path: root/.luacheckrc
blob: e4f47fa644621ea1fc4c9fa615fb3451177f2c60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
self = false

globals = {
    "screen",
    "mouse",
    "root",
    "client"
}

read_globals = {
    "awesome",
    "button",
    "dbus",
    "drawable",
    "drawin",
    "key",
    "keygrabber",
    "mousegrabber",
    "selection",
    "tag",
    "window",
    "table.unpack",
    "math.atan2",
}