Update link checker pattern to exclude failing etherscan urls (#475)

Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>

Co-authored-by: MadelineMurray <43356962+MadelineMurray@users.noreply.github.com>
pull/481/head
Nicolas MASSART 4 years ago committed by GitHub
parent c7a573e8d0
commit 952158d3ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      CI/linkchecker/link_check_conf.json

@ -7,13 +7,16 @@
"pattern": "^http(s)?://127.0.0.1"
},
{
"pattern": "^http(s)?://ropsten.etherscan.io/txs\\?block="
"pattern": "^http(s)?://.+.etherscan.io/txs\\?block="
},
{
"pattern": "^http(s)?://ropsten.etherscan.io/tx/0x"
"pattern": "^http(s)?://.+.etherscan.io/tx/0x"
},
{
"pattern": "/postman/e8934bc8b98d8c036254.json"
"pattern": "^http(s)?://.+.etherscan.io/address/0x"
},
{
"pattern": "/postman/.+.json"
}
]
}

Loading…
Cancel
Save