Skip to content

Commit 44ad810

Browse files
authored
chore: exclude changelog.md from markdownlint (#458)
1 parent b818965 commit 44ad810

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ repos:
8989
hooks:
9090
- id: markdownlint
9191
description: 'Lint markdown files.'
92-
args: ['--disable=line-length']
92+
args: ['--disable=line-length', '--ignore=CHANGELOG.md']
9393

9494
- repo: https://github.com/astral-sh/ruff-pre-commit
9595
rev: v0.12.2

CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22

33
## [0.2.0](https://github.com/coderamp-labs/gitingest/compare/v0.1.5...v0.2.0) (2025-07-26)
44

5-
6-
### ⚠ BREAKING CHANGES
7-
8-
*
9-
*
10-
115
### Features
126

137
* `include_submodules` option ([#313](https://github.com/coderamp-labs/gitingest/issues/313)) ([38c2317](https://github.com/coderamp-labs/gitingest/commit/38c23171a14556a2cdd05c0af8219f4dc789defd))

0 commit comments

Comments
 (0)