vehicle_mash-cd2025/.luacheckrc
Panquesito7 766b6d0358
Version 2.2.0
- Move files to a folder of its own.
- Add GitHub workflow and LuaCheck.
- Add `settingtypes.txt` to select enabled cars.
- Improve `README.md`.
- Short a bit the code.
2020-05-17 14:44:54 -05:00

16 lines
248 B
Lua

unused_args = false
allow_defined_top = true
max_line_length = 999
globals = {
"vehicle_mash",
}
read_globals = {
string = {fields = {"split", "trim"}},
table = {fields = {"copy", "getn"}},
"minetest", "lib_mount",
"core",
}