Skip to content

Commit

Permalink
ci: disable markdownlint rule MD033 (allow inline html img resize)
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jan 13, 2024
1 parent a5bf263 commit fc10f53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ repos:
rev: v0.37.0
hooks:
- id: markdownlint
args: [--fix, --ignore, CHANGELOG.md, --ignore, .github]
args:
[--fix, --disable, MD033, --ignore, CHANGELOG.md, --ignore, .github]

0 comments on commit fc10f53

Please sign in to comment.