warning | layout | title |
---|---|---|
This is a dynamically generated file. Do not edit manually. |
default |
gas-length-in-loops | Solhint |
Suggest replacing object.length in a loop condition to avoid calculation on each lap
This rule accepts a string option of rule severity. Must be one of "error", "warn", "off". Defaults to warn.
{
"rules": {
"gas-length-in-loops": "warn"
}
}
- source 1 of the rule initiative (see Array Length Caching)
This rule does not have examples.
This rule was introduced in Solhint 4.5.0