From 6b6663c690459c78b0c2c6a2bc998be160e421db Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Wed, 5 Jan 2022 19:04:14 +0100 Subject: [PATCH] Disable checking external links --- docs/tool/ci_check.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/tool/ci_check.dart b/docs/tool/ci_check.dart index 00d81a5c..6c8661f4 100644 --- a/docs/tool/ci_check.dart +++ b/docs/tool/ci_check.dart @@ -21,7 +21,9 @@ Future main() async { Uri.parse('http://localhost:8080/api/') ], {'http://localhost:8080/**'}, - true, + // todo: Re-enable. Current problem is that we link new pages to their + // final url (under drift.simonbinder.eu) before they're deployed. + false, UrlSkipper( '', ['github.com', 'pub.dev', 'api.dart.dev', 'fonts.gstatic.com']), false,