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

37 lines
762 B
Lua

globals = {
"mods",
"game",
"util",
"data",
"remote",
"settings",
"commands",
"global",
"rendering",
"table_size",
"script",
"defines",
"mapProcessorG",
"pheromoneUtilsG",
"aiAttackWaveG",
"aiPlanningG",
"aiPredicatesG",
"constantsG",
"chunkProcessorG",
"chunkPropertyUtilsG",
"chunkUtilsG",
"interopG",
"mapUtilsG",
"mathUtilsG",
"movementUtilsG",
"playerUtilsG",
"squadAttackG",
"aiDefenseG",
"stringUtilsG",
"unitGroupUtilsG",
"unitUtilsG",
"baseUtilsG",
"queryUtilsG"
}
max_line_length = false