diff options
| author | Shulhan <m.shulhan@gmail.com> | 2026-02-11 06:52:36 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2026-02-12 00:42:59 +0700 |
| commit | 2f2d797b5cf06f609508d19f546a9611f22387bc (patch) | |
| tree | 6511722b938c270696843587f007cc09213f09a5 /Makefile | |
| parent | fe77731a9d7a4d239b1ec9c8c3dc4baa52f5f48c (diff) | |
| download | golang-id-web-2f2d797b5cf06f609508d19f546a9611f22387bc.tar.xz | |
brokenlinks: first scan
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -75,9 +75,11 @@ macos-deploy-local: build ##---- Scan the brokenlinks. -.PHONY: brokenlinks -brokenlinks: - jarink brokenlinks https://golang-id.local +.PHONY: brokenlinks-phase1 +brokenlinks-phase1: + jarink -ignore-status=403,405,503 \ + brokenlinks https://golang-id.local \ + > brokenlinks-phase1.json .PHONY: brokenlinks-phase2 brokenlinks-phase2: |
