-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
Hey!
I'm the author of eipw, the tool we use to check EIPs for consistency in pull requests. eipw is a markdown lint tool, and is not the bot that handles merging and permissions for EIPs.
If you folks are interested, we could investigate whether eipw would be a useful tool to integrate with this repository. Personally, I'd love to see it get adopted by other projects, and maybe even increase the bus factor above one.
If you aren't familiar with eipw, it's the tool that generates these annotations:
It can be configured using TOML, like so:
[lints.markdown-re-pip-dash]
kind = "markdown-regex"
mode = "excludes"
pattern = '(?i)pip[\s]*[0-9]+'
message = "proposals must be referenced with the form `PIP-N` (not `PIPN` or `PIP N`)"Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
