浏览代码

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