tcort / markdown-link-check

checks all of the hyperlinks in a markdown text to determine if they are alive or dead
ISC License
580 stars 118 forks source link

v. 3.11.0 ignores -q flag #248

Closed belorenz closed 1 year ago

belorenz commented 1 year ago
lore_be@ts-070240l:~/bob_ws$ sudo markdown-link-check --version
3.11.0
lore_be@ts-070240l:~/bob_ws$ sudo markdown-link-check -q src/adas/driver/novatel/README.md

FILE: src/adas/driver/novatel/README.md
  [✓] https://www.boost.org
  [✓] https://github.com/wjwwood/serial
  [✓] https://cmake.org
  [✖] https://www.ros.org/wiki/catkin
  [✓] https://www.ros.org
  [✓] https://ros.org/doc/api/sensor_msgs/html/msg/NavSatFix.html
  [✓] https://ros.org/doc/api/nav_msgs/html/msg/Odometry.html
  [✓] http://docs.ros.org/api/sensor_msgs/html/msg/Imu.html
  [✓] https://hexagondownloads.blob.core.windows.net/public/Novatel/assets/Documents/Manuals/om-20000104/om-20000104.pdf
  [✓] https://github.com/GAVLab/novatel/tree/master/include/novatel
  [✓] mailto:david.bla@bla.com
  [✓] mailto:franz.bla@bla.de

  12 links checked.

  ERROR: 1 dead links found!
  [✖] https://www.ros.org/wiki/catkin → Status: 0
pgrawehr commented 1 year ago

This ticket is basically a duplicate of #246

tcort commented 1 year ago

should be fixed in 3.11.1. If not, please re-open.