chore(deps): update tldr-lint to 0.0.11 (#5754)

* chore(deps): update tldr-lint to 0.0.11

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>

* add more ignore codes

* Update test.sh
This commit is contained in:
Matthew Peveler
2021-04-18 10:19:18 -04:00
committed by GitHub
parent 6b9e894dee
commit 560740f0c2
3 changed files with 11 additions and 9 deletions

View File

@@ -12,6 +12,9 @@
function run_tests {
markdownlint pages*/**/*.md
tldr-lint ./pages
for f in ./pages.*; do
tldr-lint --ignore "TLDR003,TLDR004,TLDR005,TLDR015,TLDR104" ${f}
done
}
# Special test function for GitHub Actions pull request builds.