ZeppelinSolutions / solium-plugin-zeppelin

[DEPRECATED] Solium plugin for Zeppelin audits
MIT License
17 stars 10 forks source link

Warn on function shadowing #13

Open come-maiz opened 6 years ago

come-maiz commented 6 years ago

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.