-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal: Make EIPW only check changed lines except for changing status #7198
Comments
Created #7199 |
I would be okay with the following:
|
I see, it seems the only difference is whether small change to Last Call will be required to fix all errors, right? |
No. An additional requirement is that all status changes (not just review -> last call or last call -> final) also proc eipw. |
Oh, I see. I am ok all status change commits require error-clean. Let me update this proposal |
@Pandapip1 agree with you. This update is now reflected in #7199 , can you see if it's good to merge as a draft? |
Yes, please. I've been bitten by this myself more than once. |
There has been no activity on this issue for 1 week. It will be closed after 3 months of inactivity. |
This issue was closed due to inactivity. If you are still pursuing it, feel free to reopen it and respond to any feedback. |
This was shared on: https://ethereum-magicians.org/t/proposal-eipw-should-only-complain-about-changing-lines/14762
Proposed Change
Currently some Author Pain comes from the EIPW complains about lint errors that were not introduced in that specific pull request they are working on, such as
In particular, sometimes new policy will be imposed on EIP, and it means many existing EIP are in the state of inconsistency.
This is particular confusing and painful which requires Authors to get up to date to EIP editorial policy.
I hereby propose a change to EIPW:
This was inspired by https://twitter.com/sproulM_/status/1671096282482622464?s=20
The text was updated successfully, but these errors were encountered: