Module style

Source
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”.