Skip to content

Commit a891eb6

Browse files
authored
chore(ci): Have markdownlint ignore target/ (#4193)
Otherwise gave me a lot of false positives locally. Signed-off-by: Jesse Szwedko <[email protected]>
1 parent a502e82 commit a891eb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/check-markdown.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ set -euo pipefail
1212
scripts/node_modules/.bin/markdownlint \
1313
--config scripts/.markdownlintrc \
1414
--ignore scripts/node_modules \
15+
--ignore target \
1516
.

0 commit comments

Comments
 (0)