-
-
Notifications
You must be signed in to change notification settings - Fork 201
Dumping behaves differently compared to link checking #1767
Copy link
Copy link
Closed
Labels
Description
According to documentation & help message:
--dump
Don't perform any link checking. Instead, dump all the links extracted from inputs that would be checked
--dump-inputs
Don't perform any link extraction and checking. Instead, dump all input sources from which links would be collected
However, in reality both flags behave differently compared to "normal" link checking without one of these flags. Namely, I've observed .gitignored files to be always included with --dump and --dump-inputs whereas with "normal" link checking ignored files are skipped. This might have been introduced with 41c1b97, but maybe dumping always behaved differently than from actual link checking.
@mre do you agree that this is a bug?
Reactions are currently unavailable