forked from mozilla/data-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.linkcheck.json
More file actions
16 lines (16 loc) · 804 Bytes
/
Copy path.linkcheck.json
File metadata and controls
16 lines (16 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"ignorePatterns": [
{ "pattern": "^http(s)?://localhost" },
{ "pattern": "^/datasets" },
{ "pattern": "^BROKEN:" },
{ "pattern": "^https://circleci.com/gh/mozilla/pensieve/edit" },
{ "pattern": "^https://github.com/mozilla-services/puppet-config" },
{ "pattern": "^https://github.com/mozilla-services/spark-parquet-to-bigquery" },
{ "pattern": "^https://sql.telemetry.mozilla.org" },
{ "pattern": "^https://github.com/mozilla/stmo_core_product_metrics" },
{ "pattern": "^https://github.com/mozilla-services/cloudops-infra" },
{ "pattern": "^https://docs.google.com" },
{ "pattern": "^https://monitor.firefox.com$" },
{ "pattern": "^https://developer.android.com/studio/build/application-id$" }
]
}