rigsql-output 0.7.1

Output formatters (human, JSON, SARIF) for the rigsql SQL linter
Documentation
1
2
3
4
5
6
7
8
9
mod github;
mod human;
mod json;
mod sarif;

pub use github::GithubFormatter;
pub use human::HumanFormatter;
pub use json::JsonFormatter;
pub use sarif::SarifFormatter;