1.0.1 • Published 2 years ago

solhint-plugin-oz-contracts-custom v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Solhint Plugin for custom Open Zeppelin Contracts Rules and Conventions

This solhint plugin aims to create 3 rules:

  1. Check all state variables are private.
  2. Check there are no "external virtual" functions (they can't be overridden and call super).
  3. Check all internal and private variables and functions are prefixed with underscore.

It is aimed at the following Open Zeppelin Contracts - Issue #3919

1.0.1

2 years ago

1.0.0

2 years ago