You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Solhint 3.6.2, which provides a rule immutable-vars-naming to use SNAKE_CASE for immutable state, there was also a PR on Solhint repo to fix the var-name-mixedcase rule to disregard immutable variables, which was added in Solhint 3.5.1.
This extension is using Solhint 3.4.0 though, so it's making VS Code to give false positive errors:
Is there a way to configure the extension to use a higher Solhint version, or rather would it be ok to upgrade Solhint version on this extension? I'm keen on opening a PR for this if this is desirable.
Thanks for such a great extension!!!
The text was updated successfully, but these errors were encountered:
I'm using Solhint 3.6.2, which provides a rule
immutable-vars-naming
to use SNAKE_CASE for immutable state, there was also a PR on Solhint repo to fix thevar-name-mixedcase
rule to disregard immutable variables, which was added in Solhint 3.5.1.This extension is using Solhint 3.4.0 though, so it's making VS Code to give false positive errors:
Is there a way to configure the extension to use a higher Solhint version, or rather would it be ok to upgrade Solhint version on this extension? I'm keen on opening a PR for this if this is desirable.
Thanks for such a great extension!!!
The text was updated successfully, but these errors were encountered: