.busted
author Matthew Wild <mwild1@gmail.com>
Fri, 26 Apr 2024 10:37:20 +0100
changeset 13489 3bdbaba15c00
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_announce: Suppress luacheck warnings

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}