awesomerc.lua-template/.luacheckrc

40 lines
483 B
Lua

std = "lua54"
files[".luacheckrc"].std = "+luacheckrc"
files[".luamonrc"].std.globals = {
"ext",
"lang",
}
include_files = {
".busted",
".luacheckrc",
".luamonrc",
"*.rockspec",
"src/",
}
read_globals = {
"awesome",
"button",
"dbus",
"drawable",
"drawin",
"key",
"keygrabber",
"mousegrabber",
"selection",
"tag",
"window",
"table.unpack",
"math.atan2",
}
globals = {
"screen",
"mouse",
"root",
"client",
}