Skip to main content

Crate ruff_diagnostics

Crate ruff_diagnostics 

Source

Structs§

Edit
A text edit to be applied to a source file. Inserts, deletes, or replaces content at a given location.
Fix
A collection of Edit elements to be applied to a source file.
SourceMap
A collection of SourceMarker.
SourceMarker
Lightweight sourcemap marker representing the source and destination position for an Edit.

Enums§

Applicability
Indicates if a fix can be applied.
IsolationLevel
Indicates the level of isolation required to apply a fix.