Expand description
Rust code validation engine
This module contains the core validation logic ported from the original Python implementation. It enforces Ferrous Forge standards including:
- Zero underscore bandaid coding
- Edition 2024 enforcement
- File and function size limits
- Documentation requirements
- Security best practices
Structs§
- Clippy
Result - Result of running clippy
- Rust
Validator - Rust project validator
- Violation
- A single standards violation
Enums§
- Severity
- Severity levels for violations
- Violation
Type - Types of violations that can be detected