.busted
author Matthew Wild <mwild1@gmail.com>
Sat, 03 Sep 2022 21:17:38 +0100
changeset 12721 898e99f49d80
parent 9968 f299d4917dd8
permissions -rw-r--r--
semgrep: Catch stanza:text() (assuming it's meant to be :get_text())

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