Skip to content

Files

Latest commit

bf001f3 · Sep 10, 2024

History

History

sqlfluff

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 10, 2024

SQLFluff : SQL Linter

SQLFluff is designed to be used both as a utility for developers but also to be part of CI/CD pipelines.

Getting started

$ pip install sqlfluff
$ echo "  SELECT a  +  b FROM tbl;  " > test.sql
$ sqlfluff lint test.sql --dialect ansi