Function text2checkstyle::run [] [src]

pub fn run(
    message: &str,
    column: u32,
    line: u32,
    severity: &str,
    source: &str,
    name: &str
) -> Result<String, Box<Error>>