Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "codediff", Requires: append([]*analysis.Analyzer{llmreview.Analyzer}, blockingAnalyzers...), Run: run, Rules: []*analysis.Rule{codeDiffAnalysis, codeDiffversions, codeDiffSkipped}, ReadmeInfo: analysis.ReadmeInfo{ Name: "Code Diff", Description: "", Dependencies: "Google API Key with Generative AI access", }, }
Functions ¶
func SetAgenticClient ¶ added in v0.38.0
func SetAgenticClient(client llmclient.AgenticClient)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.