Sam Wilson

Results 100 issues of Sam Wilson

Requested by @MicahZoltu: Can we special case this line: ``` eip: ``` Right now it complains about being a non-negative integer. Would be better if it said nothing or mentioned...

ready to implement

requested by @pandapip1

ready to implement

This ticket is to generate a diagnostic message for code blocks within the EIP itself. For example, this should generate an error: ````markdown ## Abstract ... ## Specification All compliant...

good first issue
ready to implement

Let's create two lints: ## `markdown-link-eip` If the link destination matches the pattern `eip-([^.]*)\.md$`, trigger if the link text does not match `^(EIP|ERC)-\1$`, where `\1` is the proposal's number from...

ready to implement

https://github.com/bminixhofer/nlprule https://github.com/kitten/prosemd-lsp https://crates.io/crates/symspell

@SamWilsn can we update the regex of the EIP link check to as follows: ```regex (?i)eip-[0-9]+\s ``` _Originally posted by @Pandapip1 in https://github.com/ethereum/EIPs/pull/6103#discussion_r1047608873_

in discussion

_Requested by @MicahZoltu_

in discussion

_Originally posted by @SamWilsn in https://github.com/ethereum/EIPs/pull/5271#discussion_r923588334_

in discussion