diff options
author | Auri <me@aurieh.me> | 2018-10-17 18:11:41 +0300 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2018-10-17 16:11:41 +0100 |
commit | be21aa5cda39850d9f0261e3b6cac9d48a170756 (patch) | |
tree | dac5b3105be2930e81be392b7afbcdbed1d75309 /README.md | |
parent | d999eb1f3564cb2933059ae2bc1e7d5edda2a8d2 (diff) | |
download | ale-be21aa5cda39850d9f0261e3b6cac9d48a170756.zip |
New linter: dls (#1992)
* New linter: dls
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ formatting. | CSS | [csslint](http://csslint.net/), [prettier](https://github.com/prettier/prettier), [stylelint](https://github.com/stylelint/stylelint) | | Cucumber | [cucumber](https://cucumber.io/) | | Cython (pyrex filetype) | [cython](http://cython.org/) | -| D | [dmd](https://dlang.org/dmd-linux.html), [uncrustify](https://github.com/uncrustify/uncrustify) | +| D | [dls](https://github.com/d-language-server/dls), [dmd](https://dlang.org/dmd-linux.html), [uncrustify](https://github.com/uncrustify/uncrustify) | | Dafny | [dafny](https://rise4fun.com/Dafny) !! | | Dart | [dartanalyzer](https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_cli) !!, [language_server](https://github.com/natebosch/dart_language_server), [dartfmt](https://github.com/dart-lang/sdk/tree/master/utils/dartfmt) | | Dockerfile | [hadolint](https://github.com/hadolint/hadolint) | |