Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Checkstyle ¶ added in v1.7.1
type Checkstyle struct {
// contains filtered or unexported fields
}
func NewCheckstyle ¶ added in v1.7.1
func NewCheckstyle(w io.Writer) *Checkstyle
type CodeClimate ¶ added in v1.45.0
type CodeClimate struct {
// contains filtered or unexported fields
}
func NewCodeClimate ¶ added in v1.45.0
func NewCodeClimate(w io.Writer) *CodeClimate
type CodeClimateIssue ¶ added in v1.45.0
type CodeClimateIssue struct { Description string `json:"description"` Severity string `json:"severity,omitempty"` Fingerprint string `json:"fingerprint"` Location struct { Path string `json:"path"` Lines struct { Begin int `json:"begin"` } `json:"lines"` } `json:"location"` }
CodeClimateIssue is a subset of the Code Climate spec - https://github.com/codeclimate/spec/blob/master/SPEC.md#data-types It is just enough to support GitLab CI Code Quality - https://docs.gitlab.com/ee/user/project/merge_requests/code_quality.html
type JSONResult ¶ added in v1.6.1
type JunitXML ¶ added in v1.45.0
type JunitXML struct {
// contains filtered or unexported fields
}
func NewJunitXML ¶ added in v1.45.0
type Tab ¶ added in v1.4.1
type Tab struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.