Redgate Flyway

Flyway Check Code Noqa Severity Setting

Flyway Enterprise

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"

This documentation contains proprietary information and is protected by copyright law.
Copyright © 2026 Red Gate Software Limited. All rights reserved


Didn't find what you were looking for?