Implement support for SQL linter sqlfluff (#4361)

This commit is contained in:
Carl Smedstad
2022-11-21 11:50:45 +01:00
committed by GitHub
parent ca355f4cb4
commit 6c4be47437
7 changed files with 154 additions and 0 deletions

View File

@@ -582,6 +582,7 @@ formatting.
* [dprint](https://dprint.dev)
* [pgformatter](https://github.com/darold/pgFormatter)
* [sql-lint](https://github.com/joereynolds/sql-lint)
* [sqlfluff](https://github.com/sqlfluff/sqlfluff)
* [sqlfmt](https://github.com/jackc/sqlfmt)
* [sqlformat](https://github.com/andialbrecht/sqlparse)
* [sqlint](https://github.com/purcell/sqlint)