Skip to content

v3.3.0

Compare
Choose a tag to compare
@fvictorio fvictorio released this 26 Oct 19:39
· 471 commits to master since this release
65884d0

This release adds the comprehensive-interface rule, that checks that all your public methods are overrides. This is useful to make sure that the API of your contract is extracted to an interface. This rule is not included in the default or recommended rulesets.

Thanks to @nventuro for suggesting it!