Expand description
Access and filtering to all registered lints.
ยงNote
All lints need to be registered in the private LintStore::register function when adding a new
lint rule!
Structsยง
- Filtered
Lint Rules - An Iterator that allows iterating over lint rules filtered by a specific configuration file.
- Lint
Store - The
LintStore, which contains all available and known lint rules. - Serializable
Lint Rule - The data representation of a singular lint rule.
Type Aliasesยง
- BTree
MapRule ๐Iter - The iterator that is returned by
LintConfiguration.initialized_lints.iter(). - Lint
Constructor ๐ - The constructor function type that is used by each implementation of
LintRule. - LintMap ๐
- A map of lint rule name and generic
LintRuleimplementations.