1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#![feature(proc_macro)]

extern crate syntex_syntax;
extern crate syntex_errors;
extern crate git2;
#[macro_use]
extern crate serde_derive;
extern crate serde_json;

pub mod checks;
pub mod reports;