Flyway Check Regex Enabled Setting
Published 02 June 2025
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