ConsistentReferenceQualificationRule

Reports single-table SELECT lists that mix qualified and unqualified references.

The rule deliberately checks only simple result-column references. Expressions, wildcards, and multi-table statements require stronger name resolution before a style diagnostic can be issued without noisy false positives.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val defaultEnable: Boolean = true
Link copied to clipboard
open override val defaultSeverity: Severity
Link copied to clipboard
Link copied to clipboard
open override val id: RuleId
Link copied to clipboard

Functions

Link copied to clipboard
open fun isApplicable(context: RuleContext): Boolean
Link copied to clipboard
open override fun run(context: RuleContext, reporter: DiagnosticReporter)