.luacheckrc 864 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. unused_args = false
  2. allow_defined_top = true
  3. globals = {
  4. "maple",
  5. }
  6. read_globals = {
  7. "DIR_DELIM", "INIT",
  8. "minetest", "core",
  9. "dump", "dump2",
  10. "Raycast",
  11. "Settings",
  12. "PseudoRandom",
  13. "PerlinNoise",
  14. "VoxelManip",
  15. "SecureRandom",
  16. "VoxelArea",
  17. "PerlinNoiseMap",
  18. "PcgRandom",
  19. "ItemStack",
  20. "AreaStore",
  21. "vector",
  22. "default",
  23. "stairs",
  24. "stairsplus",
  25. "bonemeal",
  26. "doors",
  27. "drawers",
  28. "pkarcs",
  29. table = {
  30. fields = {
  31. "copy",
  32. "indexof",
  33. "insert_all",
  34. "key_value_swap",
  35. "shuffle",
  36. }
  37. },
  38. string = {
  39. fields = {
  40. "split",
  41. "trim",
  42. }
  43. },
  44. math = {
  45. fields = {
  46. "hypot",
  47. "sign",
  48. "factorial"
  49. }
  50. },
  51. }