.luacheckrc 307 B

1234567891011121314151617181920
  1. unused_args = false
  2. allow_defined_top = true
  3. max_comment_line_length = 999
  4. read_globals = {
  5. "DIR_DELIM",
  6. "minetest", "core",
  7. "unpack",
  8. "dump",
  9. table = { fields = { "copy", "getn" } },
  10. "vector", "nodeupdate",
  11. "VoxelManip", "VoxelArea",
  12. "PseudoRandom", "ItemStack",
  13. "screwdriver",
  14. }
  15. globals = {
  16. }