fleet/.github/workflows/markdown-link-check-config.json
noahtalerman 4cca4e7e7f
Remove @fleetdm.com emails from fleetdm/fleet repo (#882)
- In tests and documentation, replace `@fleetdm.com` with `@example.com`
- In documentation, replace `hello@fleetdm.com` with `fleetdm.com/contact`
- In documentation, replace `security@fleetdm.com` with `fleetdm.com/contact`
- In Dockerfiles, replace `engineering@fleetdm.com` with `hello@fleetdm.com`. These two files are the only remaining files with a `@fleetdm.com` email.
2021-05-27 17:19:14 -04:00

32 lines
703 B
JSON

{
"ignorePatterns": [
{
"pattern": "localhost"
},
{
"pattern": "osquery.io/downloads"
},
{
"pattern": "fleet.acme.org"
},
{
"pattern": "fleet.corp.example.com"
},
{
"pattern": "/server/datastore/mysql/migrations/"
},
{
"pattern": "linkedin.com/company/fleetdm"
},
{
"pattern": "github.com/fleetdm/confidential"
},
{
"pattern": "osquery.io/schema"
}
],
"retryOn429": true,
"retryCount": 2,
"fallbackRetryDelay": "2s",
"aliveStatusCodes": [200, 206, 999]
}