1
0
mirror of https://github.com/veden/Rampant.git synced 2024-12-26 20:54:12 +02:00
Rampant/.luacheckrc
2023-03-12 16:13:32 -07:00

26 lines
478 B
Lua

globals = {
"mods",
"game",
"util",
"data",
"remote",
"settings",
"commands",
"global",
"rendering",
"table_size",
"script",
"defines",
"ProcessorG",
"ConstantsG",
"ChunkPropertyUtilsG",
"ChunkUtilsG",
"MapUtilsG",
"MathUtilsG",
"SquadG",
"unitUtilsG",
"BaseUtilsG",
"UtilsG"
}
max_line_length = false