Skip to content
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

Upgrade Solhint version to catch new rules #439

Closed
AlissonRS opened this issue Jan 6, 2024 · 1 comment
Closed

Upgrade Solhint version to catch new rules #439

AlissonRS opened this issue Jan 6, 2024 · 1 comment

Comments

@AlissonRS
Copy link

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:

image

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!!!

@juanfranblanco
Copy link
Owner

@AlissonRS it is now integrated in the latest versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants