Rule
interface 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.
Inheritors
Properties
Link copied to clipboard
Whether this rule can run by default before user configuration and auto applicability are resolved.
Link copied to clipboard
Default enablement derived from Rule.defaultEnable.
Link copied to clipboard
Default severity used when user configuration does not override it.
Link copied to clipboard
Dialect capability required when this rule is resolved with Auto.