sqlfluff

SQL linter and auto-formatter for humans

brewmacoslinux
Try with needOr install directly
Source

About

SQL linter and auto-formatter for Humans

Commands

sqlfluff

Examples

Lint a SQL file and show violations$ sqlfluff lint query.sql
Auto-format a SQL file and display the formatted output$ sqlfluff format query.sql --nocolor
Fix violations in a SQL file in-place$ sqlfluff fix query.sql