minetest-mm/mods/vehicle_mash/.luacheckrc

16 lines
271 B
Text
Raw Normal View History

2020-10-25 19:05:08 +01:00
unused_args = false
allow_defined_top = true
max_line_length = 999
globals = {
2024-12-19 12:55:40 +01:00
"vehicle_mash", "player_api",
2020-10-25 19:05:08 +01:00
}
read_globals = {
string = {fields = {"split", "trim"}},
table = {fields = {"copy", "getn"}},
"minetest", "lib_mount",
2024-12-19 12:55:40 +01:00
"core", "vector"
2020-10-25 19:05:08 +01:00
}