File

.busted @ 12556:706375b75475

mod_mam: Silence luacheck (yay warnings in CI but not locally)
author Kim Alvefur <zash@zash.se>
date Tue, 14 Jun 2022 22:06:21 +0200
parent 9964:f299d4917dd8
line wrap: on
line source

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