-
Notifications
You must be signed in to change notification settings - Fork 8
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
use solhint-community #143
use solhint-community #143
Conversation
af1c8ab
to
c2e209b
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.
Thanks for your PR, @juanpcapurro.
Unfortunately, I don't think that the named-parameters-function
rule is working as expected.
I undid all changes in "src", set the rule to "off", and I ran pnpm lint
- there was no error caught by the lint command.
Also, on a separate note: we would prefer not to make any changes in src
in this PR, because we've just launched Sablier V2 and we'd prefer the source code to remain identical for a while. Opened an issue for tracking: #150
c2e209b
to
49d72b3
Compare
I'm not sure I follow. I separated the commit fixing the issues reported by on commit
on commit
I think that's to be expected. If you disable the rule, then you won't get Or do you mean the rule interferes with the reports for other rules? Currently I
Understandable. Is there any action I should take? should I mark this PR as a draft? |
Thanks for the detailed response!
Yes, you are right. Apologies, there was a misconception on my part in my previous reply. The
Undo all changes in |
49d72b3
to
5fee098
Compare
done! I took the liberty of setting solhint-community to the release candidate for the next minor version, but I can set it to the last stable version if you prefer. I decided to work with release candidates since I don't want issues like the ones found in no-unused-import to reach users of stable versions, but I of course need the collaboration of a few projects so the release candidates get some real-world exposure to find said issues 🙃 |
Thank you, @juanpcapurro! Nice write-up. We're glad to support you in your development by being early adopters. It makes sense to use a release candidate versioning system!
Using |
* use solhint-community (#143) * use solhint-community * chore: move solhint-disable --------- Co-authored-by: Paul Razvan Berg <[email protected]> * fix: #163 build: bump v2-core * build: bump "@sablier/v2-core" node.js package --------- Co-authored-by: Paul Razvan Berg <[email protected]> Co-authored-by: Juan Pablo Capurro <[email protected]>
* use solhint-community * chore: move solhint-disable --------- Co-authored-by: Paul Razvan Berg <[email protected]>
This PR
which includes fixes for several false positives previously reported
recommended ruleset
invocations with 4+ positional arguments