Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
autolink
extension forcmark-gfm
, so now we're finding strings likewww.google.com
orhttps://google.com
, treating them as links and checking.ignore file
annotation toignore all
#199<!-- xrefcheck: ignore all -->
instead of<!-- xrefcheck: ignore file -->
should be used to disable checking for links in file, so it's clearer that file itself is not ignored (and links can target it).--include-untracked
to scan such files and treat as existing./
(and only it) as path separator in local links for all OS, so xrefcheck's report is OS-independent[a](#b)
) asfile-local
references instead of calling themcurrent file
(which was ambiguous).redirect responses (i.e. 301 and 308) and passes for temporary ones (i.e. 302, 303, 307).
the configured Markdown flavour.
dump-config
command #254dump-config
command does not overwrite a file unless explicitly told with a--force
flag. Also, a--stdout
flag allows to print the config to stdout instead.externalRefRedirects
parameter.--color
that enables ANSI colors in output.CI
env variable istrue
.--print-unix-paths
(-u
) flag to print paths in Unix style (with forward slashes) on all platforms.✓ Release Checklist
package.yaml
.under the "Unreleased" section to a new section for this release version.
vX.Y.Z
.xrefcheck-action
.