awesome-slot/.luacheckrc

34 lines
380 B
Plaintext
Raw Normal View History

2021-10-16 18:11:53 +02:00
std = "min"
2024-10-24 18:48:49 +02:00
cache = true
include_files = {
".luacheckrc",
"*.rockspec",
"src/",
"config.ld",
}
2021-10-16 18:11:53 +02:00
read_globals = {
2024-10-24 18:48:49 +02:00
"awesome",
"button",
"dbus",
"drawable",
"drawin",
"key",
"keygrabber",
"mousegrabber",
"selection",
"tag",
"window",
"table.unpack",
"math.atan2",
2021-10-16 18:11:53 +02:00
}
globals = {
2024-10-24 18:48:49 +02:00
"screen",
"mouse",
"root",
"client",
2021-10-16 18:11:53 +02:00
}