mirror of
https://github.com/coder/coder.git
synced 2026-06-05 14:08:20 +00:00
89ff48744c
Fixes a number of TODOs and broken links.
33 lines
443 B
JSON
33 lines
443 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "://localhost"
|
|
},
|
|
{
|
|
"pattern": "://.*.?example\\.com"
|
|
},
|
|
{
|
|
"pattern": "developer.github.com"
|
|
},
|
|
{
|
|
"pattern": "docs.github.com"
|
|
},
|
|
{
|
|
"pattern": "github.com/<your_github_handle>"
|
|
},
|
|
{
|
|
"pattern": "imgur.com"
|
|
},
|
|
{
|
|
"pattern": "support.google.com"
|
|
},
|
|
{
|
|
"pattern": "tailscale.com"
|
|
},
|
|
{
|
|
"pattern": "wireguard.com"
|
|
}
|
|
],
|
|
"aliveStatusCodes": [200, 0]
|
|
}
|