Merge 6a1e613e85 into merged_master (Bitcoin PR bitcoin/bitcoin#31427)

This commit is contained in:
ivanlele 2026-04-08 13:16:00 +00:00
commit 65349ef840
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -59,7 +59,7 @@ curl -sL "https://github.com/koalaman/shellcheck/releases/download/${SHELLCHECK_
tar --xz -xf - --directory /tmp/
mv "/tmp/shellcheck-${SHELLCHECK_VERSION}/shellcheck" /usr/bin/
MLC_VERSION=v0.18.0
MLC_VERSION=v0.19.0
MLC_BIN=mlc-x86_64-linux
curl -sL "https://github.com/becheran/mlc/releases/download/${MLC_VERSION}/${MLC_BIN}" -o "/usr/bin/mlc"
chmod +x /usr/bin/mlc

View file

@ -517,6 +517,7 @@ fn lint_markdown() -> LintResult {
"--ignore-path",
md_ignore_path_str.as_str(),
"--gitignore",
"--gituntracked",
"--root-dir",
".",
])
@ -530,7 +531,7 @@ fn lint_markdown() -> LintResult {
r#"
One or more markdown links are broken.
Relative links are preferred (but not required) as jumping to file works natively within Emacs.
Note: relative links are preferred as jump-to-file works natively within Emacs, but they are not required.
Markdown link errors found:
{}