File

.busted @ 9873:dfaeea570f7e

util.startup: Give function a more generic name so it can apply to all warnings
author Matthew Wild <mwild1@gmail.com>
date Wed, 20 Mar 2019 12:18:34 +0000 (2019-03-20)
parent 9452:9d892b2415bf
child 9964:f299d4917dd8
line wrap: on
line source
return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}