Skip to content

Commit 8241e18

Browse files
committed
ignores
1 parent 329faba commit 8241e18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.mise/tasks/lint/markdown.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
set -e
66

77
if [ "${usage_fix}" = "true" ]; then
8-
markdownlint-cli2 --fix "**/*.md"
9-
else
10-
markdownlint-cli2 "**/*.md"
8+
opt_fix="--fix"
119
fi
10+
11+
markdownlint-cli2 ${opt_fix} "**/*.md" "#**/build" "#**/node_modules" "#CHANGELOG.md" "#ibm-mq-metrics/docs/metrics.md" "#.github/pull_request_template.md"

0 commit comments

Comments
 (0)