Skip to content

Commit

Permalink
Update eipw.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWilsn authored Dec 6, 2024
1 parent 4fa2e5e commit fd776ef
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions config/eipw.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ mode = "excludes"
pattern = ":"
message = "preamble header `description` should not contain `:`"

[lints.preamble-refs-description]
kind = "preamble-proposal-ref"
name = "description"
prefix = "erc-"
suffix = ".md"
## Disabled due to EIP/ERC repo split.
# [lints.preamble-refs-description]
# kind = "preamble-proposal-ref"
# name = "description"
# prefix = "erc-"
# suffix = ".md"

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

[lints.preamble-refs-title]
kind = "preamble-proposal-ref"
name = "title"
prefix = "erc-"
suffix = ".md"
## Disabled due to EIP/ERC repo split.
# [lints.preamble-refs-title]
# kind = "preamble-proposal-ref"
# name = "title"
# prefix = "erc-"
# suffix = ".md"

[lints.preamble-enum-status]
kind = "preamble-one-of"
Expand Down

0 comments on commit fd776ef

Please sign in to comment.