File

.busted @ 10406:a7903de619b0

util.dependencies: Avoid missing bitop false positive on Lua 5.4
author Kim Alvefur <zash@zash.se>
date Sat, 09 Nov 2019 13:58:25 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

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