Expand description
Incident types representing matched violations in source code.
These mirror the Konveyor analyzer-lsp output format and the gRPC IncidentContext message.
Structs§
- External
Link - A hyperlink for additional context.
- Incident
- A single match/incident found by the provider.
- Location
- A range in a source file.
- Position
- A position in a source file.
Functions§
- extract_
code_ snip - Extract a code snippet from source text centered around a line number.