roc/mlc_config.json
Anton-4 32683aa3e1
fix twitter max redirects
The link checker recently started having problems with twitter links.

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-05-13 11:59:47 +02:00

44 lines
951 B
JSON

{
"ignorePatterns": [
{
"pattern": "generated-docs"
},
{
"pattern": "http://127.0.0.1"
},
{
"pattern": "http://localhost"
},
{
"pattern": "https://crates.io"
},
{
"pattern": "https://docs.github.com"
},
{
"pattern": "https://opensource.org"
},
{
"pattern": "https://www.microsoft.com/en-us/research"
},
{
"pattern": "https://web.eecs.umich.edu"
},
{
"pattern": "http://0.0.0.0:8000"
},
{
"pattern": "/builtins"
},
{
"pattern": "https://www.10xeditor.com/"
},
{
"pattern": "https://www.twitter.com/"
},
{
"pattern": "https://www.roc-lang.org/packages/basic-cli/Stdout#line"
}
]
}