From aade17ef206ac89e0d44130604353e5b7e3e2074 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Sun, 19 Jun 2022 16:24:37 -0700 Subject: [PATCH] Add a comment to an internal script --- scripts/bin/validate-feed | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/bin/validate-feed b/scripts/bin/validate-feed index 5157cc8..7fb7c07 100755 --- a/scripts/bin/validate-feed +++ b/scripts/bin/validate-feed @@ -57,6 +57,10 @@ validate_feed() { rel_mention_string="Unregistered link relationship" fi + # silence "self reference doesn't match" because i'm testing a localhost copy. + # 'should not contian" has a false positive triggered by ARIA + # entries with the same timestamp isn't a big deal + # unregistered link relationship is a false positive caused by an unknown namespace. full_regex="Use of unknown namespace|Self reference doesn't match|should not contain (role|aria-labelledby|aria-label|aria-describedby) attribute|$rel_mention_string|entries with the same value|Validating $url" run_validator \