Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Finding ¶
type Finding struct {
RuleID string `json:"ruleId"`
Severity severity.Severity `json:"severity"`
Message string `json:"message"`
FilePath string `json:"filePath"`
Line int `json:"line,omitempty"`
Path string `json:"path,omitempty"`
ScoreImpact int `json:"scoreImpact"`
Suggestion string `json:"suggestion,omitempty"`
DocsURL string `json:"docsUrl,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.