Skip to content

Commit

Permalink
Config: match tree along with blob for Github repos. (#8171)
Browse files Browse the repository at this point in the history
Match tree along with blobs

Signed-off-by: Tim Beiko <[email protected]>
  • Loading branch information
timbeiko authored Feb 8, 2024
1 parent 9b882bf commit 0533722
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/eipw.toml
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ then = "withdrawal-reason"
[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/execution-specs/blob/[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/devp2p/blob/[0-9a-f]{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 0533722

Please sign in to comment.