Versions in this module Expand all Collapse all v0 v0.1.2 Oct 15, 2025 Changes in this version + type Linter struct + func New(outFile io.Writer) *Linter + func (l *Linter) HasIssues() bool + func (l *Linter) Lint(node ast.ExprNode) + func (l *Linter) PrintIssues(filename string) + type Rule interface + Analyze func(node ast.ExprNode) + Description func() string + Name func() string