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.
This commit is contained in:
willcl-ark
2024-12-05 11:23:08 +00:00
parent e8cc790fe2
commit 811a65d3c6
2 changed files with 2 additions and 1 deletions

View File

@ -516,6 +516,7 @@ fn lint_markdown() -> LintResult {
"--ignore-path",
md_ignore_path_str.as_str(),
"--gitignore",
"--gituntracked",
"--root-dir",
".",
])