solhint-plugin-oz-contracts-custom
v1.0.1
Published
Custom rules for Open Zeppelin Contracts
Downloads
11
Maintainers
Readme
Solhint Plugin for custom Open Zeppelin Contracts Rules and Conventions
This solhint plugin aims to create 3 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.
It is aimed at the following Open Zeppelin Contracts - Issue #3919