mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Add a comment to an internal script
This commit is contained in:
parent
4c7d36e7cf
commit
aade17ef20
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,10 @@ validate_feed() {
|
||||||
rel_mention_string="Unregistered link relationship"
|
rel_mention_string="Unregistered link relationship"
|
||||||
fi
|
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"
|
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 \
|
run_validator \
|
||||||
|
|
Loading…
Reference in a new issue