Skip to content

Commit fd776ef

Browse files
authored
Update eipw.toml
1 parent 4fa2e5e commit fd776ef

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

Diff for: config/eipw.toml

+12-10
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@ mode = "excludes"
3434
pattern = ":"
3535
message = "preamble header `description` should not contain `:`"
3636

37-
[lints.preamble-refs-description]
38-
kind = "preamble-proposal-ref"
39-
name = "description"
40-
prefix = "erc-"
41-
suffix = ".md"
37+
## Disabled due to EIP/ERC repo split.
38+
# [lints.preamble-refs-description]
39+
# kind = "preamble-proposal-ref"
40+
# name = "description"
41+
# prefix = "erc-"
42+
# suffix = ".md"
4243

4344
[lints.preamble-enum-category]
4445
kind = "preamble-one-of"
@@ -896,11 +897,12 @@ mode = "includes"
896897
pattern = "^https://ethereum-magicians.org/t/[^/]+/[0-9]+$"
897898
message = "preamble header `discussions-to` should point to a thread on ethereum-magicians.org"
898899

899-
[lints.preamble-refs-title]
900-
kind = "preamble-proposal-ref"
901-
name = "title"
902-
prefix = "erc-"
903-
suffix = ".md"
900+
## Disabled due to EIP/ERC repo split.
901+
# [lints.preamble-refs-title]
902+
# kind = "preamble-proposal-ref"
903+
# name = "title"
904+
# prefix = "erc-"
905+
# suffix = ".md"
904906

905907
[lints.preamble-enum-status]
906908
kind = "preamble-one-of"

0 commit comments

Comments
 (0)