.luacheckrc 248 B

12345678910111213141516
  1. unused_args = false
  2. allow_defined_top = true
  3. max_line_length = 999
  4. globals = {
  5. "vehicle_mash",
  6. }
  7. read_globals = {
  8. string = {fields = {"split", "trim"}},
  9. table = {fields = {"copy", "getn"}},
  10. "minetest", "lib_mount",
  11. "core",
  12. }