Skip to content

Commit 4e4b9ed

Browse files
committedJul 2, 2023
Exclude twitter.com from check-links git hook
1 parent 136a5d0 commit 4e4b9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lefthook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ pre-push:
1010
commands:
1111
check-links:
1212
tags: docs
13-
run: command -v lychee && lychee docs README.md CHANGELOG.md --exclude localhost --exclude-path docs/index.html
13+
run: command -v lychee && lychee docs README.md CHANGELOG.md --exclude localhost --exclude twitter.com --exclude-path docs/index.html

0 commit comments

Comments
 (0)
Please sign in to comment.