Skip to content

Commit 619f48b

Browse files
committed
Sort URLs in ignore-url options for linkchecker
Would be easier to find one, and to add one without thinking much where etc
1 parent df7a89f commit 619f48b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ jobs:
5555
# failures for local file:/// -- yoh found no better way,
5656
linkchecker -t 1 --check-extern \
5757
--ignore-url 'file:///.*' \
58+
--ignore-url 'https://bids-specification.readthedocs.io/en/stable/.*' \
59+
--ignore-url 'https://doi.org/.*' \
5860
--ignore-url 'https://fonts.gstatic.com' \
59-
--ignore-url 'https://github.com/bids-standard/bids-specification/(pull|tree)/.*' \
6061
--ignore-url 'https://github.com/[^/]*' \
61-
--ignore-url 'https://doi.org/.*' \
62-
--ignore-url 'https://bids-specification.readthedocs.io/en/stable/.*' \
62+
--ignore-url 'https://github.com/bids-standard/bids-specification/(pull|tree)/.*' \
6363
--ignore-url 'https://www.incf.org' \
6464
~/project/site/*html ~/project/site/*/*.html
6565
else

0 commit comments

Comments
 (0)