From 74663f53b0d414471ffe48e8cf6b7d221730fb23 Mon Sep 17 00:00:00 2001 From: theresa Date: Mon, 15 Feb 2021 17:25:17 +0100 Subject: [PATCH] Meta: Add binary comment to unwanted descriptions #1046 --- internal/meta/sanitize.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/meta/sanitize.go b/internal/meta/sanitize.go index f35bdaa51..11182d2b8 100644 --- a/internal/meta/sanitize.go +++ b/internal/meta/sanitize.go @@ -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_\\-]+")