ethereum / eipw

Mozilla Public License 2.0
28 stars 27 forks source link

Prevent text before the first heading #117

Closed Abeeujah closed 2 weeks ago

Abeeujah commented 3 weeks ago

closes #115

This PR introduces a new linting rule to enforce a clean document structure by preventing any text from appearing before the first heading in EIPS. This ensures consistency across all EIPS.

Abeeujah commented 2 weeks ago

All requested changes has been implemented @SamWilsn

Abeeujah commented 2 weeks ago

Hi @SamWilsn Gone through your commits on this Pull Request and I must say you had a more elegant solution than I did :saluting_face: I'm inspired to do more, and get better :muscle:

SamWilsn commented 2 weeks ago

Not at all! I just plumbed the new lint up, wrote docs, and added line number info. It's still your algorithm!