baseline

package
v0.0.17 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Finding

type Finding struct {
	Text      string
	FilePath  string
	StartLine string
	Raw       []string
}

Finding is one row from tickgit CSV output.

type Result

type Result struct {
	New []Finding
}

Result contains findings that exist in current output but not baseline.

func CompareCSV

func CompareCSV(baselineCSV io.Reader, currentCSV io.Reader) (Result, error)

CompareCSV returns findings present in currentCSV beyond the counts present in baselineCSV.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL