v3.3.0
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!