You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
We have the rule no-state-variable-shadowing, that warns when a child contract redefines a variable from the parent contract.
@facuspagnuolo suggest to extend it to warn also when function are overwritten, which would require just a little more code, reusing the same rule.