solhint-plugin-ozcontracts
v1.0.2
Published
Custom rules for Open Zeppelin Contracts
Downloads
9
Maintainers
Readme
Solhint Plugin for custom Open Zeppelin Contracts Rules and Conventions
This solhint plugin aims to create 4 rules:
- Check all state variables are private.
- Check there are no "external virtual" functions (they can't be overridden and call super).
- Check all internal and private variables and functions are prefixed with underscore.
- Check all interface names have a capital I prefix.
It is aimed at the following Open Zeppelin Contracts - Issue #3919