sqlfluff

A modular SQL linter and auto-formatter with support for multiple dialects and templated code

Homepage

Categories

formatter

linter

Languages

sql

Commands

sqlfluff:fix

Fix SQL errors

Homepage

Arguments:

fix --disable-progress-bar --nocolor --dialect ansi $PATH

sqlfluff:format

Format SQL

Homepage

Arguments:

format --disable-progress-bar --nocolor --dialect ansi $PATH

sqlfluff:lint

Lint SQL

Homepage

Arguments:

lint --disable-progress-bar --nocolor --dialect ansi $PATH