Skip to content

Commit

Permalink
chore(ci/linkinspector): add ignore pattern for etherscan links
Browse files Browse the repository at this point in the history
Etherscan links usually does some checks like user agent for dos
protection, to avoid that we should call the api with a proper API key
  • Loading branch information
thedevbirb committed Oct 30, 2024
1 parent 86b1811 commit 5e8bb1f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/.linkspector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ excludedDirs:
- bolt-contracts/lib
- testnets/helder

useGitIgnore: true
useGitIgnore: true

ignorePatterns:
- pattern: "^https://.*etherscan.io/.*$"

0 comments on commit 5e8bb1f

Please sign in to comment.