ScannerConfig

data class ScannerConfig(val enabledRules: Set<String>, val minContrastRatio: Float = 4.5f, val debugOverlay: Boolean = true, val autoScan: Boolean = true)

Runtime configuration used by the scanner engine and UI integration.

Constructors

Link copied to clipboard
constructor(enabledRules: Set<String>, minContrastRatio: Float = 4.5f, debugOverlay: Boolean = true, autoScan: Boolean = true)

Properties

Link copied to clipboard

Whether scanning should start automatically when the scanner attaches.

Link copied to clipboard

Whether scanner UI should display issue overlays.

Link copied to clipboard

Rule ids that should be evaluated.

Link copied to clipboard

Minimum text contrast ratio used by contrast-related rules.