func-param-name-mixedcase
March 10, 2025 ยท View on GitHub
Description
Function param name must be in mixedCase.
Options
This rule accepts a string option for rule severity. Must be one of "error", "warn", "off". Defaults to warn.
Example Config
{
"rules": {
"func-param-name-mixedcase": "warn"
}
}
Examples
This rule does not have examples.
Version
This rule was introduced in Solhint 2.0.0-alpha.0