mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
dca4cf0790
- Update /handbook/support-process.md - Add github.com/issues to ignored links in markdown link check
36 lines
767 B
JSON
36 lines
767 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"
|
|
},
|
|
{
|
|
"pattern": "github.com/issues"
|
|
}
|
|
],
|
|
"retryOn429": true,
|
|
"retryCount": 2,
|
|
"fallbackRetryDelay": "2s",
|
|
"aliveStatusCodes": [200, 206, 999]
|
|
}
|