Skip to main content

Module output

Module output 

Source
Expand description

Output formatting modules.

Re-exports§

pub use lint::format_lint_json;
pub use lint::format_lint_results;
pub use lint::FileLintResult;
pub use lint::LintIssue;
pub use table::format_table;

Modules§

lint
Lint output formatting (sqlfluff-style).
table
Human-readable table output formatting.