.luacheckrc 640 B

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