Skip to main content

Module lint

Module lint 

Source
Expand description

Lint output formatting (sqlfluff-style).

Structs§

FileLintResult
Per-file lint result used by the formatter.
LintIssue
A lint issue resolved to line:col.

Functions§

format_lint_json
Format lint results as JSON.
format_lint_results
Format lint results as human-readable sqlfluff-style text.
offset_to_line_col
Convert a byte offset into a 1-based (line, col) pair.