Flyway Check Code Noqa Severity Setting
Published 26 March 2026
This is available in Flyway CLI only
Description
You can configure this parameter to control the severity of using noqa to suppress SQLFluff rules. Setting the severity to DISABLED will prevent Flyway from checking for usage of noqa entirely.
Type
String
Valid values
"DISABLED""WARNING""ERROR"
Default
WARNING
Usage
Command-line
./flyway check -code "-check.code.noqaSeverity=ERROR"
TOML Configuration File
[flyway.check.code]
noqaSeverity = "ERROR"