Skip to content

Commit

Permalink
Update eipw.toml: Sync with EIPs (ethereum#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWilsn authored Feb 22, 2024
1 parent 63ad370 commit 3ea02cd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions config/eipw.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,15 @@ sections = [
[lints.markdown-rel-links]
kind = "markdown-relative-links"
exceptions = [
'^https://(www\.)?github\.com/ethereum/consensus-specs/blob/[a-f0-9]{40}/.+$',
'^https://(www\.)?github\.com/ethereum/consensus-specs/(blob|tree)/[a-f0-9]{40}/.+$',
'^https://(www\.)?github\.com/ethereum/consensus-specs/commit/[a-f0-9]{40}$',
'^https://(www\.)?github\.com/ethereum/devp2p/blob/[0-9a-f]{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/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}/.+$',
'^https://(www\.)?github\.com/ethereum/devp2p/commit/[0-9a-f]{40}$',
'^https://(www\.)?github\.com/bitcoin/bips/blob/[0-9a-f]{40}/bip-[0-9]+\.mediawiki$',
'^https://(www\.)?github\.com/bitcoin/bips/(blob|tree)/[0-9a-f]{40}/bip-[0-9]+\.mediawiki$',
'^https://www\.w3\.org/TR/[0-9][0-9][0-9][0-9]/.*$',
'^https://[a-z]*\.spec\.whatwg\.org/commit-snapshots/[0-9a-f]{40}/$',
'^https://www\.rfc-editor\.org/rfc/.*$',
Expand Down

0 comments on commit 3ea02cd

Please sign in to comment.