Meta: Add binary comment to unwanted descriptions #1046

This commit is contained in:
theresa 2021-02-15 17:25:17 +01:00
parent e12eac7b23
commit 74663f53b0

View file

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