Naming conventions
- Argument naming convention
Checks if function and method argument names follow the Rust naming convention.
- Associated type naming convention
Checks if associated type names follow the Rust naming convention.
- Constant naming convention
Checks if constant names follow the Rust naming convention.
- Enum naming convention
Checks if enum names follow the Rust naming convention.
- Enum variant naming convention
Checks if enum variant names follow the Rust naming convention.
- Field naming convention
Checks if field names follow the Rust naming convention.
- Function naming convention
Checks if function names follow the Rust naming convention.
- Lifetime naming convention
Checks if lifetime names follow the Rust naming convention.
- Macro naming convention
Checks if macro names follow the Rust naming convention.
- Method naming convention
Checks if method names follow the Rust naming convention.
- Module naming convention
Checks if module names follow the Rust naming convention.
- Self convention
Checks some naming conventions for methods.
- Static constant naming convention
Checks if static constant names follow the Rust naming convention.
- Struct naming convention
Checks if struct names follow the Rust naming convention.
- Trait naming convention
Checks if trait names follow the Rust naming convention.
- Type alias naming convention
Checks if type alias names follow the Rust naming convention.
- Type parameter naming convention
Checks if type parameter names follow the Rust naming convention.
- Variable naming convention
Checks if variable names follow the Rust naming convention.