ZeppelinSolutions / solium-plugin-zeppelin

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

no-state-variable-shadowing rule should warn if the shadowed variable comes from an imported contract #19

Open come-maiz opened 6 years ago

come-maiz commented 6 years ago

The rule no-state-variable-shadowing currently only analyzes the contracts of the same file. It should also analyze the contracts coming from other imported files.