chore: add repo tooling

This commit is contained in:
2025-11-08 22:34:59 +01:00
commit 6b38697d7f
4 changed files with 54 additions and 0 deletions

16
.luacheckrc Normal file
View File

@@ -0,0 +1,16 @@
std = "lua52"
unused_args = false
max_line_length = 120
read_globals = {
"mp",
"mpv",
}
allow_defined_top = true
files["**/*.lua"] = {
ignore = {
"631", -- allow string.format mismatch warnings common in mpv scripts
},
}