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{}
func NewCheckstyle ¶ added in v1.7.1
func NewCheckstyle() *Checkstyle
type CodeClimate ¶ added in v1.17.2
type CodeClimate struct { }
func NewCodeClimate ¶ added in v1.17.2
func NewCodeClimate() *CodeClimate
type CodeClimateIssue ¶ added in v1.17.2
type CodeClimateIssue struct { Description string `json:"description"` 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.17.2
type JunitXML struct { }
func NewJunitXML ¶ added in v1.17.2
func NewJunitXML() *JunitXML
Click to show internal directories.
Click to hide internal directories.