Skip to content

Commit

Permalink
Remove check-links TAP reporter
Browse files Browse the repository at this point in the history
Terminal output is quite noisy now but it looks like this was causing our flaky checks. See related issue Munter/hyperlink#179
  • Loading branch information
colinrotherham committed Sep 28, 2023
1 parent 715df2c commit 7d3a9ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 156 deletions.
154 changes: 1 addition & 153 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"lint:js": "eslint --cache --cache-location .cache/eslint --cache-strategy content --color --ignore-path .gitignore \"**/*.{cjs,js,md,mjs}\"",
"lint:prettier": "prettier --cache --cache-location .cache/prettier --cache-strategy content --check \"**/*.{cjs,js,json,md,mjs,scss,yaml,yml}\"",
"lint:scss": "stylelint \"**/*.{md,scss}\"",
"check-links": "hyperlink --canonicalroot https://design-system.service.gov.uk/ --internal --recursive deploy/public/sitemap.xml | tap-mocha-reporter min"
"check-links": "hyperlink --canonicalroot https://design-system.service.gov.uk/ --internal --recursive deploy/public/sitemap.xml"
},
"dependencies": {
"accessible-autocomplete": "^2.0.4",
Expand Down Expand Up @@ -95,8 +95,7 @@
"standard": "^17.1.0",
"stylelint": "^15.10.3",
"stylelint-config-gds": "^1.0.0",
"stylelint-order": "^6.0.3",
"tap-mocha-reporter": "^5.0.3"
"stylelint-order": "^6.0.3"
},
"engines": {
"node": "^18.12.0",
Expand Down

0 comments on commit 7d3a9ab

Please sign in to comment.