package
0.0.4
Repository: https://github.com/roverdotcom/checkbridge.git
Documentation: pkg.go.dev

# Functions

NewGolinter instantiates a Golinter from a reader.
NewMypy instantiates a mypy linter from a reader.
NewRegexer creates a Parser from a regex and an extraction func.

# Constants

LevelError is the error level.
LevelWarning is the warning level.

# Structs

Annotation represents a line-level annotation.
Result holds the output of a parser.

# Interfaces

Parser is the general interface to a result parser.

# Type aliases

AnnotationExtracter converts regex matches to annotations.
Level represents an annotation level.