NoSelfColumnAliasRule
Reports SELECT result aliases that repeat the source column name.
Self aliases do not add a stable API name in SQLDelight generated code. The rule only checks simple column references and leaves computed expressions to explicit aliasing rules.