Selaa lähdekoodia

Exclude x.com from lychee check

DarthSim 5 kuukautta sitten
vanhempi
commit
fa3b1d9c71
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      lefthook.yml

+ 1 - 1
lefthook.yml

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