Skip to content

Commit

Permalink
Merge pull request #783 from jpverde/main
Browse files Browse the repository at this point in the history
refac(cross): #782 ignore frontmatter
  • Loading branch information
jpverde authored Dec 22, 2021
2 parents 0c7c113 + 634be60 commit 492e691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/args/lint-markdown/builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function main {
info Linting Markdown code \
&& for target in "${targets[@]}"; do
info Linting "${target}" \
&& mdl --style "${envConfig}" "${target}" \
&& mdl --ignore-front-matter --style "${envConfig}" "${target}" \
|| return 1
done \
&& touch "${out}"
Expand Down

0 comments on commit 492e691

Please sign in to comment.