This rule is deprecated
Explicitly mark all external contracts as trusted or untrusted.
This rule accepts a string option of rule severity. Must be one of “error”, “warn”, “off”. Default to warn.
{
"rules": {
"mark-callable-contracts": "warn"
}
}
TrustedBank.withdraw(100);
Bank.withdraw(100);
This rule was introduced in Solhint 2.0.0-alpha.0