approvals / ApprovalTests.cpp

Native ApprovalTests for C++ on Linux, Mac and Windows
https://approvaltestscpp.readthedocs.io/en/latest/
Apache License 2.0
318 stars 51 forks source link

Implement more robust, easier-to-use check for broken links in docs #95

Closed claremacrae closed 4 years ago

claremacrae commented 4 years ago

The checker I set up for #26 did find issues, but its verbose output makes it time-consuming to find failures.

Most recently, [Conan](https://conan.io/) gives Status: 400 (Bad Request) - and the ignore-URL mechanism does not ignore this URL.

The only alternative would be to remove that URL for the docs, but this would inconvenience users.

claremacrae commented 4 years ago

I’m marking this as wontfix. It turned out that I had made a syntax error in the Markdown, and so the check was correct, even if the output was unclear.

I’ll live with the current checking for now, and prefer spending time on features that directly benefit users.