|
5 | 5 | # |
6 | 6 | # If you're doing local development and want to run link checkers locally, please use this script! |
7 | 7 | # You'll need: |
8 | | -# - install go - https://golang.org/doc/install |
9 | | -# - install muffet - https://github.com/raviqqe/muffet |
10 | | -# - make sure muffet is in your PATH |
11 | | -# - cd ti: ./.github/scripts/ |
| 8 | +# - cd to: ./.github/scripts/ |
12 | 9 | # - run script: ./muffet.sh |
13 | 10 | # |
14 | 11 | # If we have errors from this script being too aggressive (see how large downloads on |
15 | 12 | # download.docker.com are excluded below) you can add additional sites as needed. Please |
16 | 13 | # use extremely granular URLs so as not to exclude more than we need to. |
17 | 14 |
|
18 | 15 | # when upgrading muffet, upload new binary here and rename so version is explicit in filename |
19 | | -./2.10.9.muffet http://localhost:1313 \ |
| 16 | +./2.11.1.muffet http://localhost:1313 \ |
20 | 17 | --buffer-size 50000 \ |
21 | 18 | --timeout 255 \ |
22 | 19 | --rate-limit 4 \ |
|
62 | 59 | --exclude "http[s]*://.*my.local-ip.co.*" \ |
63 | 60 | --exclude "http[s]*://.*local-ip.medicmobile.org.*" \ |
64 | 61 | --exclude "http[s]*://cht.domain.com.*" \ |
| 62 | + --exclude "http[s]*://www.docker.com.*" \ |
| 63 | + --exclude "http[s]*://blog.angular.dev/announcing-angular-v20-b5c9c06cf301" \ |
| 64 | + --exclude "http[s]*://askubuntu.com/a/477554" \ |
| 65 | + --exclude "http[s]*://medium.com.*" \ |
| 66 | + --exclude "http[s]*://www.pih.org.*" \ |
65 | 67 | --exclude "http[s]*://localhost:[3000|8443|5984]+" \ |
66 | 68 | --exclude "http[s]*://localhost$" \ |
67 | 69 | --exclude "http[s]*://127.*" |
0 commit comments