branch: elpa/flymake-collection commit 16a41c45ea1837b96425dcb906b9209611e21280 Author: Peter Hoeg <pe...@hoeg.com> Commit: GitHub <nore...@github.com>
checkers: Update sqlint checker name (#22) --- src/checkers/flymake-collection-sqlint.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/checkers/flymake-collection-sqlint.el b/src/checkers/flymake-collection-sqlint.el index a9d8bca33c..ae2cf83977 100644 --- a/src/checkers/flymake-collection-sqlint.el +++ b/src/checkers/flymake-collection-sqlint.el @@ -37,7 +37,7 @@ "A SQL syntax checker using the sqlint tool. See URL `https://github.com/purcell/sqlint'." - :title "sql-lint" + :title "sqlint" :pre-let ((lint-exec (executable-find "sqlint"))) :pre-check (unless lint-exec (error "Cannot find sqlint executable"))