PostgresTriggerSourceIndentationRefinement

Suppresses standard:source-indentation for PostgreSQL trigger clauses.

PostgreSQL trigger definitions commonly place clauses such as BEFORE, FOR EACH ROW, and EXECUTE FUNCTION on their own lines under CREATE TRIGGER.

Constructors

constructor()

Properties

Link copied to clipboard
open override val targetRuleId: QualifiedRuleId

Functions

Link copied to clipboard
open override fun refine(context: RuleContext, diagnostic: Diagnostic): Diagnostic?