Versions in this module Expand all Collapse all v1 v1.4.2 Aug 11, 2026 Changes in this version + func AnalyzeFuncBodies(ctx *core.FileContext, checker FuncBodyChecker) []*core.Violation + func AnalyzeFuncDecls(ctx *core.FileContext, checker FuncDeclChecker) []*core.Violation + func AnalyzeGoAndFrontend(ctx *core.FileContext, analyzeGo func(*core.FileContext) []*core.Violation, ...) []*core.Violation + func IsInComment(line, substr string) bool + func IsInStringOrComment(line, substr string) bool + func IsInsideBackticks(line, substr string) bool + func IsInsideString(line, substr string) bool + type FuncBodyChecker func(ctx *core.FileContext, body *ast.BlockStmt, violations *[]*core.Violation) + type FuncDeclChecker func(ctx *core.FileContext, fn *ast.FuncDecl) []*core.Violation