awesome-slot/.luacheckrc

36 lines
406 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 = {
2024-11-17 18:50:52 +01:00
".busted",
2024-10-24 18:48:49 +02:00
".luacheckrc",
"*.rockspec",
2024-11-26 01:23:33 +01:00
"spec/",
2024-10-24 18:48:49 +02:00
"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
}