Versions in this module Expand all Collapse all v1 v1.0.2 May 6, 2024 v1.0.1 May 6, 2024 Changes in this version + type InlineFix struct + Length int + NewString string + StartCol int + type Issue struct + ExpectNoLint bool + ExpectedNoLintLinter string + FromLinter string + HunkPos int + LineRange *Range + Pkg *packages.Package + Pos token.Position + Replacement *Replacement + Severity string + SourceLines []string + Text string + func (i *Issue) Column() int + func (i *Issue) Description() string + func (i *Issue) FilePath() string + func (i *Issue) Fingerprint() string + func (i *Issue) GetLineRange() Range + func (i *Issue) Line() int + type Range struct + From int + To int + type Replacement struct + Inline *InlineFix + NeedOnlyDelete bool + NewLines []string