Meta: Add default to unwanted descriptions list
This commit is contained in:
parent
2261c44180
commit
d6f7601246
1 changed files with 1 additions and 0 deletions
|
@ -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_\\-]+")
|
||||
|
|
Loading…
Reference in a new issue