awesome-slot/.luacheckrc

34 lines
380 B
Lua

std = "min"
cache = true
include_files = {
".luacheckrc",
"*.rockspec",
"src/",
"config.ld",
}
read_globals = {
"awesome",
"button",
"dbus",
"drawable",
"drawin",
"key",
"keygrabber",
"mousegrabber",
"selection",
"tag",
"window",
"table.unpack",
"math.atan2",
}
globals = {
"screen",
"mouse",
"root",
"client",
}