-
Notifications
You must be signed in to change notification settings - Fork 48
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
chore: bump solhint, integrate Husky and lint-staged #1026
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very cool, thanks for this.
I wish this existed when we wrote the first lines of code in 2022!
Before giving a full review, I want to mention that we should rebase in I will rebase - hope not to cause conflicts in the PRs |
Coming back re rebase, since there are conflicts between |
Even if formatting in precompiles was already addressed, why cant we merge it in staging and rebase later (in the end)? Resolving formatting conflicts isn't that hard. |
we can, but the more commits there are in the staging branch, the more conflicts you’ll need to resolve.
well, it’s not difficult in terms of complexity, but the more conflicts you have to resolve, the more likely you are to miss something |
0bcf94e
to
354de18
Compare
6cc7dce
to
d05f2ca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR looks good, since foundry reverted the formatting style, let's merge this 👍
Great. Merging now. |
Changelog
5.0.3
imports-order
lint:sol:fix
andlint:fix
Note
To bypass husky hook, just add
-n
to your commit (from git docs).