scivision / linkchecker-markdown

Python asyncio + aiohttp Markdown *.md URL link checker: 10,000 files/second
MIT License
32 stars 18 forks source link

Use return codes when a link fails #12

Closed diegorondini closed 3 years ago

diegorondini commented 3 years ago

When using a pipeline it is useful to have return codes reflect if errors occurred. For example Bitbucket pipelines fail when an executed command has a non-zero return code.

Please return non-zero after linkcheckMarkdown detects a broken link.

Thank you for this nice tool!

scivision commented 3 years ago

Yes this is a great idea, thanks!

scivision commented 3 years ago

done in v1.4.0