warning | layout | title |
---|---|---|
This is a dynamically generated file. Do not edit manually. |
default |
event-name-capwords | Solhint |
The {"extends": "solhint:recommended"} property in a configuration file enables this rule.
Event name must be in CapWords.
This rule accepts a string option of rule severity. Must be one of "error", "warn", "off". Defaults to warn.
{
"rules": {
"event-name-capwords": "warn"
}
}
- Solhint allows this rule to automatically fix the code with
--fix
option - The FIX will only change first letter and remove underscores
This rule does not have examples.
This rule was introduced in Solhint 5.0.4