Expand description
Lints that encourage idiomatic code.
These lints are opinionated and may be freely disabled if you disagree with their suggestions.
These lints are warn by default.
Modules§
- plugin_
not_ ending_ in_ plugin - Checks for types who implement
Plugin
but whose names does not end in “Plugin”.