-
Notifications
You must be signed in to change notification settings - Fork 126
/
.linkcheck.json
24 lines (24 loc) · 1.2 KB
/
.linkcheck.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"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$" },
{ "pattern": "^https://github.com" },
{ "pattern": "^https://help.looker.com"},
{ "pattern": "^https://mozilla-hub.atlassian.net" },
{ "pattern": "^https:///mozilla.slack.com" },
{ "pattern": "^https://mozilla.udemy.com"},
{ "pattern": "^#bigquery-materialized-views$"},
{ "pattern": "^#looker-pdts--aggregate-awareness$"},
{ "pattern": "^#experiment-unpacking$"}
]
}