awesome-battery_widget/.luacheckrc

32 lines
364 B
Plaintext
Raw Normal View History

2024-10-31 21:18:37 +01:00
std = "min"
include_files = {
".busted",
".luacheckrc",
"*.rockspec",
"src/",
}
read_globals = {
"awesome",
"button",
"dbus",
"drawable",
"drawin",
"key",
"keygrabber",
"mousegrabber",
"selection",
"tag",
"window",
"table.unpack",
"math.atan2",
}
globals = {
"screen",
"mouse",
"root",
"client",
}