Initial commit

This commit is contained in:
Matthias
2022-12-24 21:58:57 +01:00
commit 4c4a94857e
546 changed files with 13350 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
-- Only allow symbols available in all Lua versions
std = "min"
allow_defined = true
max_line_length = false
cache = true
-- Global objects defined by the C code
read_globals = {
"awesome",
"mousegrabber",
"table.unpack",
"unpack",
"utf8"
}
globals = {
"client",
"mouse",
"root",
"screen"
}
-- https://luacheck.readthedocs.io/en/stable/warnings.html
ignore = {
"131"
}