File

.busted @ 10997:2451e3918c2c

luacheck: Remove exception for net.cqueues since it is now clean
author Kim Alvefur <zash@zash.se>
date Wed, 08 Jul 2020 20:22:48 +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";
  };
}