.luacheckrc 112 B

123456789101112131415
  1. allow_defined_top = true
  2. read_globals = {
  3. "minetest"
  4. }
  5. exclude_files = {
  6. "irc/*",
  7. }
  8. globals = {
  9. "irc",
  10. }