result

package
v0.0.0-...-993d511 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2019 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Issue

type Issue struct {
	FromLinter string
	Text       string
	File       string
	LineNumber int
	HunkPos    int
}

func NewIssue

func NewIssue(fromLinter, text, file string, lineNumber, hunkPos int) Issue

type Result

type Result struct {
	Issues           []Issue
	MaxIssuesPerFile int // Needed for gofmt and goimports where it is 1
	ResultJSON       interface{}
}

Jump to

Keyboard shortcuts

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