rumdl 0.1.86

A fast Markdown linter written in Rust (Ru(st) MarkDown Linter)
Documentation
[project]
branch = "main"

[changelog]
unconventional = "exclude"

[[version_files]]
glob = "README.md"
search = "rev: v{prev}"
replace = "rev: v{version}"

[[version_files]]
glob = "README.md"
search = "mise use rumdl@{prev}"
replace = "mise use rumdl@{version}"

[[version_files]]
glob = "docs/global-settings.md"
search = "rev: v{prev}"
replace = "rev: v{version}"

[[version_files]]
glob = "npm/cli-*/package.json"
field = "version"

[[version_files]]
glob = "npm/rumdl/package.json"
field = "version"

[[version_files]]
glob = "npm/rumdl/package.json"
field = "optionalDependencies.*"

[[artifacts]]
command = "cargo run --release --bin rumdl -- rule -o json"
output = "rules.json"

[[artifacts]]
command = "cargo run --release --bin rumdl -- schema generate"
files = ["rumdl.schema.json"]

[hooks]
post-push = "gh api repos/rvben/rumdl-pre-commit/dispatches -f event_type=pypi_release"

[checks]
lint = false
tests = false