Redgate Flyway

Flyway Check Regex Enabled Setting

Flyway Enterprise

This is available in Flyway CLI only

Description

You can configure this feature flag to enable or disable the Regex Engine for code analysis

Type

Boolean

Default

true

Usage

Command-line

./flyway check -code -check.regexEnabled=false

TOML Configuration File

[flyway.check]
regexEnabled = false

Configuration File

flyway.check.regexEnabled=false

Didn't find what you were looking for?