From b66df32423675d1376083a19f0758ef037a51f1b Mon Sep 17 00:00:00 2001 From: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> Date: Tue, 5 Nov 2024 10:52:22 -0500 Subject: [PATCH] Config: Fixes ethereum/eipw#113 (#8991) Update eipw.toml --- config/eipw.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/eipw.toml b/config/eipw.toml index 603bcd26f24e5b..a6aa93f4e40271 100644 --- a/config/eipw.toml +++ b/config/eipw.toml @@ -846,9 +846,10 @@ kind = "preamble-length" name = "requires" min = 1 -[lints.markdown-link-first] -kind = "markdown-link-first" -pattern = "(?i)(?:eip|erc)-([0-9])+" +## Disabled because of ERC/EIP split. +# [lints.markdown-link-first] +# kind = "markdown-link-first" +# pattern = "(?i)(?:eip|erc)-([0-9])+" [lints.markdown-re-erc-dash] kind = "markdown-regex"