.luacheckrc 272 B

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