Skip to main content

apply_lint_fixes_with_options

Function apply_lint_fixes_with_options 

Source
pub fn apply_lint_fixes_with_options(
    sql: &str,
    dialect: Dialect,
    lint_config: &LintConfig,
    fix_options: FixOptions,
) -> Result<FixOutcome, ParseError>