Meta: Add binary comment to unwanted descriptions #1046
This commit is contained in:
parent
e12eac7b23
commit
74663f53b0
1 changed files with 1 additions and 0 deletions
|
@ -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_\\-]+")
|
||||
|
|
Loading…
Reference in a new issue