diff options
| author | Colin Wilk <colin@wilk.cx> | 2026-08-11 02:07:56 +0200 |
|---|---|---|
| committer | Colin Wilk <colin@wilk.cx> | 2026-08-11 02:07:56 +0200 |
| commit | 4087c5fb94f653eaa79c57798cd05335bc936106 (patch) | |
| tree | 37a361394ff80fc641c8e5d498ec44409b58feaa | |
| parent | ac3c94b3159acf91674fdd61396e5811a6a55fb3 (diff) | |
| download | ansible-role-prometheus-target-4087c5fb94f653eaa79c57798cd05335bc936106.tar.gz ansible-role-prometheus-target-4087c5fb94f653eaa79c57798cd05335bc936106.zip | |
Disable markdownlints duplicate heading rule
This often flags CHANGELOG since it uses the same headers sometimes
under multiple releases, which classifies as duplicate heading.
| -rw-r--r-- | .pre-commit-config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2b893f4..d78441d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,6 +19,7 @@ repos: rev: v0.43.0 hooks: - id: markdownlint + args: [--disable, MD024] - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.15.20 |