Versions in this module Expand all Collapse all v1 v1.1.0 Oct 30, 2024 Changes in this version + type ConfigRule struct + Data interface{} + Severity Severity + type Issue struct + Category string + Confidence float64 + End token.Position + Filename string + Message string + Note string + Rule string + Severity Severity + Start token.Position + Suggestion string + func (i *Issue) MarshalJSON() ([]byte, error) + func (i Issue) String() string + type IssueWithoutFilename struct + Category string + Confidence float64 + End PositionWithoutFilename + Message string + Note string + Rule string + Severity Severity + Start PositionWithoutFilename + Suggestion string + type PositionWithoutFilename struct + Column int + Line int + Offset int + type Severity int + const SeverityError + const SeverityInfo + const SeverityOff + const SeverityWarning + func (s *Severity) UnmarshalYAML(unmarshal func(interface{}) error) error + func (s Severity) MarshalJSON() ([]byte, error) + func (s Severity) String() string + func (s Severity) UnmarshalJSON(data []byte) error