initializer
modifier should be treated as constructor within ordering
rule
#404
Labels
initializer
modifier should be treated as constructor within ordering
rule
#404
In an upgradable proxy, there is no concept of "constructor", rather they have an
initialize
function with aninitializer
modifier. For example:https://github.com/protofire/solhint/blob/master/lib/rules/order/ordering.js#L142
The text was updated successfully, but these errors were encountered: