-
Notifications
You must be signed in to change notification settings - Fork 177
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
Disable for transient variabbles #633
Comments
@maikelordaz maybe is the parser not recognizing that and needs an update... |
@dbale-altoros no it does not work with |
are you sure this is a solhint issue ? do you have a linter installed ? |
@dbale-altoros my solc version is 0.8.28, so there is no problem there, the transient keyword it is fully supported for that pragma in the legacy pipeline. If I change my linter to solium/ethlint I dont receive the error, only get it with solhint In the next image you can see the pragma declaration, the error lint in the left, in the right solhint selected, at the bottom the solc version, no In the next image you can see the pragma declaration, the error lint in the left, in the right solhint selected, at the bottom the solc version, and In the next image you can see the pragma declaration, no error lint in the left, in the right solium selected, at the bottom the solc version In the next image you can see the pragma declaration, in the right solium selected, at the bottom the solc version, in the left I just erased a |
thanks, @maikelordaz for the screen and the work to explain your issue again, thanks for your feedback |
@maikelordaz also paste your .solhint.json Thanks! |
Is there a way to disable the linter for transient variables?
Is always showing it as an error for me, and that mess up with the format on save
The text was updated successfully, but these errors were encountered: