Skip to content

markdown-link-check exits with a status code of 0 with broken links found #457

Open
@dagardner-nv

Description

@dagardner-nv

Issue observed with v3.13.7

bad.md:

# Bad Document

* [bad link](https://fake.url)

Repro:

$ markdown-link-check --version
3.13.7
$ markdown-link-check bad.md

FILE: bad.md
  [✖] https://fake.url

  1 links checked.

  ERROR: 1 dead links found!
  [✖] https://fake.url → Status: 0
$ echo $?
0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions