1// FILE: ./src/report/mod.rs 2 3pub mod interactive; 4pub mod reporter; 5#[cfg(test)] 6mod reporter_tests; 7pub mod violations;