Some checks are pending
Docs Deploy / build_and_deploy (push) Waiting to run
Generate Docs / cli (push) Waiting to run
Generate Config Doc / cli (push) Waiting to run
Go formatting / go-formatting (push) Waiting to run
Check links / markdown-link-check (push) Waiting to run
Integration / pre-test (push) Waiting to run
Integration / test on (push) Blocked by required conditions
Integration / status (push) Blocked by required conditions
Lint / Lint Go code (push) Waiting to run
Test / test (ubuntu-latest) (push) Waiting to run
34 lines
887 B
JSON
34 lines
887 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "^https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request"
|
|
},
|
|
{
|
|
"pattern": "^https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax"
|
|
},
|
|
{
|
|
"pattern": "^https://docs.ignite.com/"
|
|
},
|
|
{
|
|
"pattern": "^http://localhost"
|
|
},
|
|
{
|
|
"pattern": "^index.md"
|
|
},
|
|
{
|
|
"pattern": "^https://docs.starport.network"
|
|
}
|
|
],
|
|
"replacementPatterns": [
|
|
{
|
|
"pattern": "^/",
|
|
"replacement": "https://docs.ignite.com/"
|
|
}
|
|
],
|
|
"baseUrl": "https://docs.ignite.com",
|
|
"projectBaseUrl": "https://docs.ignite.com",
|
|
"timeout": "20s",
|
|
"retryOn429": true,
|
|
"retryCount": 5,
|
|
"fallbackRetryDelay": "30s"
|
|
}
|