Skip to content

Commit

Permalink
refac(cross): #782 ignore frontmatter
Browse files Browse the repository at this point in the history
- ignore frontmatter from lintMarkdown
  • Loading branch information
jpverde committed Dec 22, 2021
1 parent d7c517f commit 634be60
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 634be60

Please sign in to comment.