diff options
author | Adriaan Zonnenberg <adriaanzon@users.noreply.github.com> | 2017-04-15 12:24:05 +0200 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-04-15 11:24:05 +0100 |
commit | 8351bdbc066ed7f56bf78f4286565652e4a207ed (patch) | |
tree | 73ff2ae73674e452848476b96509fd1b032c2ba3 /doc | |
parent | 349b31104a500e1e0376ec0b2022d8c478d0bf24 (diff) | |
download | ale-8351bdbc066ed7f56bf78f4286565652e4a207ed.zip |
Add SQL linter sqlint, closes #395 (#472)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 85409fc2..2da70913 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -153,6 +153,7 @@ The following languages and tools are supported. * Scala: 'scalac' * Slim: 'slim-lint' * SML: 'smlnj' +* SQL: 'sqlint' * Swift: 'swiftlint' * Tex: 'proselint' * Texinfo: 'proselint' |