.luacheckrc 203 B

12345678910111213141516171819
  1. unused_args = false
  2. allow_defined_top = true
  3. read_globals = {
  4. "minetest",
  5. "default",
  6. "sfinv",
  7. "sfinv_buttons",
  8. "vector",
  9. "string",
  10. "table",
  11. "ItemStack",
  12. }
  13. globals = {
  14. "craftguide",
  15. "core",
  16. }