Skip to content

Commit

Permalink
Config: Allow links to execution-spec-tests (#8349)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWilsn authored Mar 27, 2024
1 parent 35589d3 commit b04c576
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/eipw.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ exceptions = [
'^https://(www\.)?github\.com/ethereum/consensus-specs/commit/[a-f0-9]{40}$',
'^https://(www\.)?github\.com/ethereum/execution-specs/(blob|tree)/[a-f0-9]{40}/.+$',
'^https://(www\.)?github\.com/ethereum/execution-specs/commit/[a-f0-9]{40}$',
'^https://(www\.)?github\.com/ethereum/execution-spec-tests/(blob|tree)/[a-f0-9]{40}/.+$',
'^https://(www\.)?github\.com/ethereum/execution-spec-tests/commit/[a-f0-9]{40}$',
'^https://(www\.)?github\.com/ethereum/yellowpaper/(blob|tree)/[a-f0-9]{40}/.+$',
'^https://(www\.)?github\.com/ethereum/yellowpaper/commit/[a-f0-9]{40}$',
'^https://(www\.)?github\.com/ethereum/devp2p/(blob|tree)/[0-9a-f]{40}/.+$',
Expand Down

0 comments on commit b04c576

Please sign in to comment.