1
0
mirror of synced 2025-12-21 10:57:10 -05:00
Commit Graph

10 Commits

Author SHA1 Message Date
Sarah Schneider
39b68544ec add comment 2021-02-18 14:47:56 -05:00
Sarah Schneider
5d819336c3 fix buggy output if 1 invalid link is found and add do-not-retry option for debugging 2021-02-17 10:02:03 -05:00
Sarah Schneider
f9d52043c8 do not check deprecated docs, homepages and child pages alike 2021-01-26 13:22:18 -05:00
James M. Greene
c5c2347f0a Prevent overly verbose broken link logging from linkinator (#17381)
* Prevent overly verbose broken link logging from linkinator

* Reduce unnecessary second 'map' call

* Be VERY sure we aren't logging the failureDetails in case the linkinator implementation changes

* Really smoosh that '.map' call down to size
2021-01-20 15:12:59 +00:00
Sarah Schneider
2187e98929 move some things around 2020-11-19 14:16:34 -05:00
Sarah Schneider
0a2fb5c6ac Update script/check-english-links.js
Co-authored-by: Jason Etcovitch <jasonetco@github.com>
2020-11-19 13:34:20 -05:00
Sarah Schneider
53d1c1d65c a bit more cleanup 2020-11-19 12:03:17 -05:00
Sarah Schneider
1b5153cda1 add retrying step and add better formatting 2020-11-19 11:35:16 -05:00
Sarah Schneider
dfda276317 update formatting 2020-11-18 22:07:14 -05:00
Sarah Schneider
ce33df1cd3 New broken link report (#16412)
* add linkinator npm package

* add new script that uses Linkinator

* reorg the excluded links file and update comments

* replace blc artifacts with linkinator artifacts in .gitignore

* update the scheduled workflow to use the new script

* dismantle BLC scripts

* add workflow_dispatch event so we can test this manually

* npm uninstall broken-link-checker

* use different exit codes depending on whether broken links are found
2020-11-10 15:28:44 -05:00