 Documentation
      ¶
      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.14.0
type CodeClimate struct {
}
    func NewCodeClimate ¶ added in v1.14.0
func NewCodeClimate() *CodeClimate
type CodeClimateIssue ¶ added in v1.14.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.17.0
type JunitXML struct {
}
    func NewJunitXML ¶ added in v1.17.0
func NewJunitXML() *JunitXML
type Printer ¶
func NewGithub ¶ added in v1.25.0
func NewGithub() Printer
NewGithub output format outputs issues according to Github actions format: https://help.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-error-message
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.