1.0.1 • Published 1 year ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

1.0.0

1 year ago