Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 300 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 300 Bytes

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