We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Immutable variables are constant at runtime, so they should be named like constants in UPPERCASE_SNAKE_CASE.
UPPERCASE_SNAKE_CASE
Solhint has a rule for this, which is currently disabled in our Solhint config file. Activating it finds several occurrences:
https://app.warp.dev/block/782axtYGfdaPdIxf8mHIAY
We should refactor and then activate the rule (by removing this line from the Solhint config).
The text was updated successfully, but these errors were encountered:
andreivladbrg
Successfully merging a pull request may close this issue.
Immutable variables are constant at runtime, so they should be named like constants in
UPPERCASE_SNAKE_CASE
.Solhint has a rule for this, which is currently disabled in our Solhint config file. Activating it finds several occurrences:
https://app.warp.dev/block/782axtYGfdaPdIxf8mHIAY
We should refactor and then activate the rule (by removing this line from the Solhint config).
The text was updated successfully, but these errors were encountered: