SQLFluff: A Linter and Auto-Formatter for Your SQL Code

Linting helps ensure that code follows consistent style conventions, making it easier to understand and maintain.

With SQLFluff, you can automatically lint your SQL code and correct most linting errors.

SQLFluff supports various SQL dialects such as ANSI, MySQL, PostgreSQL, BigQuery, Databricks, Oracle, Teradata, etc.

Link to SQLFluff.

My previous tips on code review.

Scroll to Top