소스 검색

Exclude twitter.com from check-links git hook

DarthSim 2 년 전
부모
커밋
4e4b9edb53
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lefthook.yml

+ 1 - 1
lefthook.yml

@@ -10,4 +10,4 @@ pre-push:
   commands:
     check-links:
       tags: docs
-      run: command -v lychee && lychee docs README.md CHANGELOG.md --exclude localhost --exclude-path docs/index.html
+      run: command -v lychee && lychee docs README.md CHANGELOG.md --exclude localhost --exclude twitter.com --exclude-path docs/index.html