Skip to content

Commit

Permalink
Testing disable
Browse files Browse the repository at this point in the history
  • Loading branch information
chong-he committed Apr 4, 2024
1 parent 8001e04 commit d8a77bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mdlint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#set -e

# use markdownlint-cli docker to check for markdown file s
docker run -v ./book:/workdir ghcr.io/igorshubovych/markdownlint-cli:latest '**/*.md' --ignore node_modules --fix
docker run -v ./book:/workdir ghcr.io/igorshubovych/markdownlint-cli:latest '**/*.md' --ignore node_modules --fix --disable MD013 MD033 MD040 MD029 MD055 MD024 MD028 MD001 MD045 MD036 MD025 MD041

# exit code
exit_code=$(echo $?)
Expand Down

0 comments on commit d8a77bd

Please sign in to comment.