Skip to content

Commit b45e14e

Browse files
committed
feat: http link check by default
1 parent e5794c7 commit b45e14e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ at [commitlint.config.js](copier-template/.config/commitlint.config.js)
159159
[markdown-link-check](https://github.com/tcort/markdown-link-check) for Markdown link validation
160160
configuration is located at [markdown-link-check.config.json](copier-template/.config/markdown-link-check.config.json)
161161

162+
`http` links are checked because only the staged files ar checked
163+
on commit with `pre-commit`.
164+
162165
### Copy .gitignore and .gitattributes if not found
163166

164167
Default [.gitignore](copier-template/.gitignore) and [.gitattributes](copier-template/.gitattributes) are installed

copier-template/.config/markdown-link-check.config.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"projectBaseUrl":"${workspaceFolder}",
33
"ignorePatterns": [
4-
{
5-
"pattern": "^http*"
6-
},
74
{
85
"pattern": "^mailto*"
96
}

0 commit comments

Comments
 (0)