//! Mock implementations for testing
//!
//! This module contains mock implementations of various traits and interfaces
//! used throughout the LineLint codebase, enabling isolated unit testing.
// Re-export commonly used mocks
pub use ;
pub use MockOutput;
// Re-export reporter traits from the reporter module
pub use crate;