1.0.2 • Published 1 year ago

solhint-plugin-ozcontracts v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Solhint Plugin for custom Open Zeppelin Contracts Rules and Conventions

This solhint plugin aims to create 4 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.
  4. Check all interface names have a capital I prefix.

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

1.0.2

1 year ago

1.0.1

1 year ago