NoDatabaseFileSettingsRule

Reports HSQL database or file settings in SQLDelight schema and migration sources.

These settings change database-wide operational behavior and are safer to keep in database bootstrap or administration code instead of versioned DDL files.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val defaultEnable: Boolean
Link copied to clipboard
open override val defaultSeverity: Severity
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)