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"

Didn't find what you were looking for?