Update the regex of the EIP link check
@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
@Pandapip1 Are you talking about:
https://github.com/ethereum/eipw/blob/b4c2124aecbb0b91241748ae4cf968b4d49080f2/eipw-lint/src/lib.rs#L91
Or:
https://github.com/ethereum/eipw/blob/b4c2124aecbb0b91241748ae4cf968b4d49080f2/eipw-lint/src/lib.rs#L99
I'm talking about the one that suggests adding links to other EIPs. I'm not sure which it is.
Ohh, my bad. That would be:
https://github.com/ethereum/eipw/blob/4e4bc7b50a094ea9b02551113780b380a096120d/eipw-lint/src/lib.rs#L357
Why do you want it changed?
See the following:
https://github.com/ethereum/EIPs/blob/8177797903d4ce8b7a361687baaad0356538e83d/EIPS/eip-725.md#L24
Those should've been changed to ERC725X and ERC725Y to refer to the interfaces, in my opinion. I'm not a huge fan of the EIP-9999G format since anyone can create one and we have no mechanism for preventing conflicting names.
Not necessarily true - the EIP itself defined those names in this case.
Very true!