Documentation
¶
Overview ¶
Package classification categorizes a merge conflict by type and severity.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImportChangeSummary ¶
ImportChangeSummary describes how imports changed between base/ours/theirs.
type Inputs ¶
type Inputs struct {
Language core.LanguageKey
BaseSymbols []core.SymbolData
OursSymbols []core.SymbolData
TheirsSymbols []core.SymbolData
SymbolConflicts []core.SymbolConflict
ImportChanges ImportChangeSummary
BreakingChanges []core.BreakingChange
IsConfigFile bool
}
Inputs is the set of signals the classifier examines.
type Result ¶
type Result struct {
Type core.ConflictType
Severity core.ConflictSeverity
}
Result is what the classifier returns.
Click to show internal directories.
Click to hide internal directories.