Crate garbage_code_hunter

Crate garbage_code_hunter 

Source

Re-exports§

pub use analyzer::CodeAnalyzer;
pub use analyzer::CodeIssue;
pub use analyzer::RoastLevel;
pub use analyzer::Severity;
pub use educational::EducationalAdvice;
pub use educational::EducationalAdvisor;
pub use hall_of_shame::HallOfShame;
pub use hall_of_shame::ProjectShameStats;
pub use hall_of_shame::ShameEntry;
pub use i18n::I18n;
pub use reporter::Reporter;
pub use scoring::CodeQualityScore;
pub use scoring::CodeScorer;
pub use scoring::QualityLevel;

Modules§

analyzer
educational
hall_of_shame
i18n
reporter
rules
scoring
utils