Skip to content

Commit

Permalink
pre-commit: silence markdownlint (#7067)
Browse files Browse the repository at this point in the history
Closes #7064

Adding the two options will prevent their output to be printed to stdout.

See https://github.com/DavidAnson/markdownlint-cli2/tree/main?tab=readme-ov-file#markdownlint-cli2jsonc `noBanner` and `noProgress` options.
  • Loading branch information
javorszky authored Jan 7, 2025
1 parent e0adfb5 commit 5b39f40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ config:
siblings_only: true
line-length: false

# Hide the Finding: <list of globs> when markdownlint fixes files
noProgress: true

# Hide the markdownlint-cli and markdownlint versions on each block
noBanner: true

# Define glob expressions to ignore
ignores:
- ".github/**"
Expand Down

0 comments on commit 5b39f40

Please sign in to comment.