Skip to content

Commit 811a65d

Browse files
committed
lint: bump MLC to v0.19.0
Fixes: #31044 This MLC update includes a change which will ignore files being ignored by git, and help avoid false-positives when linting in this repo.
1 parent e8cc790 commit 811a65d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/lint/04_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ curl -sL "https://github.com/koalaman/shellcheck/releases/download/${SHELLCHECK_
5959
tar --xz -xf - --directory /tmp/
6060
mv "/tmp/shellcheck-${SHELLCHECK_VERSION}/shellcheck" /usr/bin/
6161

62-
MLC_VERSION=v0.18.0
62+
MLC_VERSION=v0.19.0
6363
MLC_BIN=mlc-x86_64-linux
6464
curl -sL "https://github.com/becheran/mlc/releases/download/${MLC_VERSION}/${MLC_BIN}" -o "/usr/bin/mlc"
6565
chmod +x /usr/bin/mlc

test/lint/test_runner/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,7 @@ fn lint_markdown() -> LintResult {
516516
"--ignore-path",
517517
md_ignore_path_str.as_str(),
518518
"--gitignore",
519+
"--gituntracked",
519520
"--root-dir",
520521
".",
521522
])

0 commit comments

Comments
 (0)