.busted
author Kim Alvefur <zash@zash.se>
Tue, 21 Nov 2023 22:18:42 +0100
changeset 13342 470ab6b55e93
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_admin_shell: Fix lint [luacheck]

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