warning | layout | title |
---|---|---|
This is a dynamically generated file. Do not edit manually. |
default |
var-name-mixedcase | Solhint |
The {"extends": "solhint:recommended"} property in a configuration file enables this rule.
Variable names must be in mixedCase. (Does not check IMMUTABLES, use immutable-vars-naming)
This rule accepts a string option of rule severity. Must be one of "error", "warn", "off". Defaults to warn.
{
"rules": {
"var-name-mixedcase": "warn"
}
}
This rule does not have examples.
This rule was introduced in Solhint 2.0.0-alpha.0