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
Constants
Constants should be named with all capital letters with underscores separating words.
Examples: MAX_BLOCKS, TOKEN_NAME, TOKEN_TICKER, CONTRACT_VERSION.
I corrected the message. But if execution of this rule is not suitable for you - it's possible to disable the rule in configuration file:
Each of the constant declarations has the
constant name must be in SNAKE_CASE
error.Capitalizing the names removes the error. But snake case doesn't say anything about being capitalized.
Also, I don't see anything about it in the style guide: https://solidity.readthedocs.io/en/develop/style-guide.html
The text was updated successfully, but these errors were encountered: