Skip to content

Commit f8d264a

Browse files
authored
Correctly exclude .xml files in link checking (#863)
1 parent 0a10f05 commit f8d264a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/lychee.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ exclude = [
2727
# Meeting notes are historical and not actively maintained
2828
exclude_path = [
2929
'/meeting\d+/',
30-
'/*\.xml/'
30+
'\.xml$'
3131
]
3232

3333
# Accept these HTTP status codes as successful

0 commit comments

Comments
 (0)