AnalysisTrace
interface AnalysisTrace
Receives analysis trace events for optional task-level logging.
Implementations should stay side-effect free unless the caller explicitly wants to emit logs or collect debug information.
Inheritors
Functions
Link copied to clipboard
Signals the resolved SQLDelight files for a database before rules run.
Link copied to clipboard
open fun deprecatedRule(database: DatabaseContext, ruleId: QualifiedRuleId, deprecation: RuleDeprecation, enabled: Boolean)
Signals that user configuration explicitly mentions a deprecated rule.
Link copied to clipboard
Signals the rules that executed for one file after suppression handling.