Skip to content

Commit

Permalink
Ignore a SVG-related warning during document linting
Browse files Browse the repository at this point in the history
Co-authored-by: David Cook <[email protected]>
  • Loading branch information
cjpatton and divergentdave committed Jan 8, 2025
1 parent d5242cc commit 6beb0c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:

- name: "Check for warnings emitted by xml2rfc"
run: |
bash -c -o pipefail 'make |& (! grep -E "Warning|Error")'
bash -c -o pipefail ./github/workflows/make-with-lints.sh
2 changes: 2 additions & 0 deletions .github/workflows/make-with-lints.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
make |& (! grep -E "Warning|Error") | \
(! 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.')

0 comments on commit 6beb0c2

Please sign in to comment.