Skip to content

Commit

Permalink
Silence SVG warning via front matter
Browse files Browse the repository at this point in the history
  • Loading branch information
divergentdave committed Jan 24, 2025
1 parent d43de99 commit eb8d5f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/make-with-lints.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

set -e

make |& \
grep -v 'Warning: Found SVG with width or height specified, which will make the artwork not scale. Specify a viewBox only to let the artwork scale.' | \
(! grep -E "Warning|Error")
make |& (! grep -E "Warning|Error")
4 changes: 4 additions & 0 deletions draft-irtf-cfrg-vdaf.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,10 @@ informative:
refcontent: "commit hash c0e76dc"
date: December 2024

v3xml2rfc:
silence:
- Found SVG with width or height specified

--- abstract

This document describes Verifiable Distributed Aggregation Functions (VDAFs), a
Expand Down

0 comments on commit eb8d5f1

Please sign in to comment.