Skip to content

Commit

Permalink
tweak: add SQLite to the external tools
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 16, 2024
1 parent 872d122 commit e03e2d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/me-external-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,10 @@
:desc "Glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code")
(:tool sqlint
:link "https://github.com/purcell/sqlint"
:desc "ItSimple SQL linter supporting ANSI and PostgreSQL syntaxes")
:desc "Simple SQL linter supporting ANSI and PostgreSQL syntaxes")
(:tool sqlite3
:link "https://github.com/sqlite/sqlite"
:desc "A C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine.")
(:tool sql-lint
:link "https://github.com/joereynolds/sql-lint"
:desc "An SQL linter")
Expand Down

0 comments on commit e03e2d1

Please sign in to comment.