| warning | This is a dynamically generated file. Do not edit manually. |
|---|---|
| layout | default |
| title | no-inline-assembly | Solhint |
The {"extends": "solhint:recommended"} property in a configuration file enables this rule.
Avoid to use inline assembly. It is acceptable only in rare cases.
This rule accepts a string option for rule severity. Must be one of "error", "warn", "off". Defaults to warn.
{
"rules": {
"no-inline-assembly": "warn"
}
}This rule does not have examples.
This rule was introduced in Solhint 1.1.6