Expand description
Lint output formatting (sqlfluff-style).
Structs§
- File
Lint Result - Per-file lint result used by the formatter.
- Lint
Issue - 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.