Skip to main content

Module incident

Module incident 

Source
Expand description

Incident types representing matched violations in source code.

These mirror the Konveyor analyzer-lsp output format and the gRPC IncidentContext message.

Structs§

ExternalLink
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.