Skip to content

Commit

Permalink
Loosen up md-lint so we can write changelogs
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Browning <[email protected]>
  • Loading branch information
bbrowning committed Dec 10, 2024
1 parent 5b50003 commit fe31e7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ config:
code-block-style: false
no-duplicate-header: false
single-trailing-newline: false
no-duplicate-heading: false
globs:
- "**/*.md"
ignores:
- ".github/**"
- ".tox/**"
- "venv/**"
- ".venv/**"
- "**/testdata/**"

0 comments on commit fe31e7d

Please sign in to comment.