Update the regex of the EIP link check
Open
Nobody has claimed this yet.
in discussion
- Dominant language
- Rust
- Stars
- 34
- Forks
- 43
- PR merge metrics
- No merged PRs in 30d
Description
@SamWilsn can we update the regex of the EIP link check to as follows:
(?i)eip-[0-9]+\s
Originally posted by @Pandapip1 in https://github.com/ethereum/EIPs/pull/6103#discussion_r1047608873
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the EIP link check in the Rust code and read how its current regex is defined and tested. Update the check to use the regex specified in the issue, then run the relevant test suite or link-check tests; done means EIP links matching that pattern are accepted as intended.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100