Skip to content

Commit 54efec3

Browse files
authored
treat 403 as warning instead of error in link checker (#306)
1 parent 586fa58 commit 54efec3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

linkinator.config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@
88
"lists.ucdavis.edu",
99
"travel.ucop.edu",
1010
"github.com/.*/edit/"
11+
],
12+
"statusCode": [
13+
"403:warn"
1114
]
1215
}

0 commit comments

Comments
 (0)