package
Version:
v0.0.0-...-cfc8201
Opens a new window with list of versions in this module.
Published: Sep 19, 2023
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type LinterJson struct {
Violators []Violator `json:"Violators"`
}
type Violation struct {
RuleGroup string `json:"RuleGroup"`
RuleTitle string `json:"RuleTitle"`
RuleDesc string `json:"RuleDesc"`
RuleSeverity int `json:"RuleSeverity"`
RuleRecommendedAction string `json:"RuleRecommendedAction"`
}
type Violator struct {
ViolatorAssetName string `json:"ViolatorAssetName"`
ViolatorAssetPath string `json:"ViolatorAssetPath"`
ViolatorFullName string `json:"ViolatorFullName"`
Violations []Violation `json:"Violations"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.