Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Make markdown-link-check silent
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Feb 15, 2019
1 parent a3fba43 commit 996aa84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ markdownlint -c markdownlint_config.json README.md

# Link Checks
echo '{ "ignorePatterns": [ { "pattern": "^(http|https)://localhost" } ] }' > config.json
markdown-link-check --config config.json ./README.md
markdown-link-check --quiet --config config.json ./README.md

# Generate ssh key if needed
test -f $HOME/.ssh/id_rsa || ( install -m 0700 -d $HOME/.ssh && ssh-keygen -b 2048 -t rsa -f $HOME/.ssh/id_rsa -q -N "" )
Expand Down

0 comments on commit 996aa84

Please sign in to comment.