Expand description
Hierarchical configuration and global state management.
Re-exports§
pub use config::Config;pub use config::thresholds::PartialThresholds;pub use config::thresholds::Thresholds;pub use config::thresholds::ThresholdsConfig;
Modules§
- analyzer
- Central orchestration for individual file analysis.
- config
- Global configuration orchestrator and hierarchical loader.
- errors
- Custom error types for the Sweet analyzer.
- languages
- Strategy pattern for language-specific analysis rules.
- report
- Report generation and formatting module.
Structs§
- File
Report - Analysis results for a single source file.
- Repetition
Detail - Details about a specific duplicated code chunk.