Meta: Add default to unwanted descriptions list

This commit is contained in:
theresa 2021-02-17 09:47:15 +01:00
parent 2261c44180
commit d6f7601246

View file

@ -35,6 +35,7 @@ var UnwantedDescriptions = map[string]bool{
"cof": true,
"qrf": true,
"binary comment": true,
"default": true,
}
var LowerCaseRegexp = regexp.MustCompile("[a-z0-9_\\-]+")