Added luacheck config
PR Prerequisites / Lua Check (pull_request) Failing after 24s
PR Prerequisites / Bundles Without Errors (pull_request) Failing after 25s

This commit is contained in:
2026-09-19 23:40:28 +02:00
parent 1c2453e337
commit 51e480f877
+4 -4
View File
@@ -43,11 +43,11 @@ jobs:
cat << EOF > .luacheckrc
std = {
globals = {
"SpearheadConfig"
"SpearheadConfig", "lfs", "env", "net", "trigger", "timer", "Object",
"setmetatable", "table", "string", "math", "pairs", "ipairs", "tostring",
"require",
"Unit", "Group", "Airbase", "StaticObject"
},
read_globals = {
"lfs", "env", "net", "trigger", "timer", "Object"
}
}
max_line_length = false