File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
160160configuration 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
164167Default [ .gitignore] ( copier-template/.gitignore ) and [ .gitattributes] ( copier-template/.gitattributes ) are installed
Original file line number Diff line number Diff line change 11{
22 "projectBaseUrl" :" ${workspaceFolder}" ,
33 "ignorePatterns" : [
4- {
5- "pattern" : " ^http*"
6- },
74 {
85 "pattern" : " ^mailto*"
96 }
You can’t perform that action at this time.
0 commit comments