Rule
Lint or formatting rule contributed by a rule set.
Rule implementations are loaded through a RuleSetProvider and run after SQLDelight accepts the source file.
Properties
Whether this rule can run by default before user configuration and auto applicability are resolved.
Default enablement derived from Rule.defaultEnable.
Default severity used when user configuration does not override it.
Deprecation metadata when this rule is kept only for compatibility.
Dialect ID required when this rule is resolved with Auto.
Functions
Returns whether this rule applies to the current context when enablement is Auto.
Tokenizes the current file and reports matches found per statement.
Reports a diagnostic for match using this rule's default severity.
Runs this rule against the current context.