Skip to content

Commit

Permalink
Make xrefcheck ignore intentionally invalid symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Jan 14, 2025
1 parent cae0979 commit 480e9b5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions xrefcheck.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Generated using `xrefcheck dump-config -t GitHub` at version 0.3.1
# Initially generated using `xrefcheck dump-config -t GitHub` at version 0.3.1
# Then adjusted as necessary

# Exclusion parameters.
exclusions:
# Ignore these files. References to them will fail verification,
# and references from them will not be verified.
# List of glob patterns.
ignore: []
ignore: [
# Intentionally invalid symlinks for testing
"tests/multiple-failures/pkgs/by-name/A/fo@/foo",
"tests/symlink-invalid/pkgs/by-name/fo/foo/foo",
]

# References from these files will not be verified.
# List of glob patterns.
Expand Down

0 comments on commit 480e9b5

Please sign in to comment.