File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed
Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,12 @@ mode = "excludes"
3434pattern = " :"
3535message = " 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 ]
4445kind = " preamble-one-of"
@@ -896,11 +897,12 @@ mode = "includes"
896897pattern = " ^https://ethereum-magicians.org/t/[^/]+/[0-9]+$"
897898message = " 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 ]
906908kind = " preamble-one-of"
You can’t perform that action at this time.
0 commit comments