eipv
eipv copied to clipboard
Improve the "trailing whitespace" error
In https://github.com/ethereum/EIPs/pull/2494 eipv was complaining:
eip-2494.md: trailing whitespace
It took me a look in the eipv source to figure out this is about trailing whitespace in the frontmatter:
- type: Standards Track
+ type: Standards Track
Yep, without a line number it is really confusing. I'll update this.