ZeppelinSolutions / solium-plugin-zeppelin

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

[Fatal error] No such rule exists: all-state-variables-private #36

Closed mattaereal closed 5 years ago

mattaereal commented 5 years ago

Everything works like a charm except for that rule. Haven't looked into it, letting you guys know.

Thanks :)

✖ [Fatal error] An error occurred while linting over contract.sol: "zeppelin/all-state-variables-private" - No such rule exists.

If I take it out, the others work well.

bkiac commented 5 years ago

If you install from npm, that package links to the https://github.com/elopio/solium-plugin-zeppelin repository, which doesn't have the zeppelin/all-state-variables-private rule. The npm package should link to this repository instead.

come-maiz commented 5 years ago

Hey @mattaereal and @bkiac. I'm sorry to inform you that I'm deprecating this package, so I'm closing this as won't fix. More info in the README.