Versions in this module Expand all Collapse all v0 v0.0.1 Oct 31, 2025 Changes in this version + func ReportViolations(pass *analysis.Pass, violations []ImmutableViolation, ...) + type ImmutableViolation struct + Code string + Node ast.Node + Pos token.Pos + Reason string + TypeName string + func CheckImmutable(cfg *config.Config, pass *analysis.Pass, ...) []ImmutableViolation + func (v ImmutableViolation) GetCode() string + func (v ImmutableViolation) GetMessage() string + func (v ImmutableViolation) GetPos() token.Pos