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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user