File

.busted @ 13700:9b7687b47da9 13.0

.semgrep.yml: Identify unprefixed module imports
author Matthew Wild <mwild1@gmail.com>
date Sat, 15 Feb 2025 10:30:33 +0000
parent 9964:f299d4917dd8
line wrap: on
line source

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