mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
Move MD059 rule to configuration file (#7484)
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
# Run `make mdlint` from the root of the repository instead.
|
||||
|
||||
# use markdownlint-cli to check for markdown files
|
||||
# NOTE: we disable MD059 (descriptive-link-text) because it is too strict
|
||||
docker run --rm -v ./book:/workdir ghcr.io/igorshubovych/markdownlint-cli:latest '**/*.md' --ignore node_modules --disable MD059
|
||||
docker run --rm -v ./book:/workdir ghcr.io/igorshubovych/markdownlint-cli:latest '**/*.md' --ignore node_modules
|
||||
|
||||
# exit code
|
||||
exit_code=$(echo $?)
|
||||
|
||||
Reference in New Issue
Block a user