mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
More docs on vnu filering
This commit is contained in:
parent
c21aefb5d3
commit
0a0e228bfd
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
# Filter false positives from the .messages entry of Nu Validator output
|
||||
# I regularly validate every page with the Nu HTML Checker.
|
||||
# It has false positives; I report them upstream and silence them here.
|
||||
# I use jq/jaq to remove them from the JSON output.
|
||||
.messages |= map(
|
||||
. | select(
|
||||
.type == "info" and (
|
||||
|
|
Loading…
Reference in a new issue