Skip to content

Commit 4218b87

Browse files
authored
Merge pull request #2030 from yarikoptic/bf-link-check
[INFRA] Ignore www.incf.org link check.. unlikely to go away (hopefully)
2 parents c16ab8d + 619f48b commit 4218b87

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,12 @@ 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)/.*' \
63+
--ignore-url 'https://www.incf.org' \
6364
~/project/site/*html ~/project/site/*/*.html
6465
else
6566
echo "Release PR - do nothing"

0 commit comments

Comments
 (0)