summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2016-09-16 22:53:53 +0100
committerw0rp <devw0rp@gmail.com>2016-09-16 22:53:53 +0100
commita32b380b6f31027e2a6f968cc323bb49f62ac3b3 (patch)
treea6f2127e96c608442bf111774c5c928f454545f6 /README.md
parentc84bafe7e78563f8cb2ea2c0171dc9a09c146d34 (diff)
downloadale-a32b380b6f31027e2a6f968cc323bb49f62ac3b3.zip
Add support for linting D code with DMD.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index f0ca5f66..1e37c831 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,7 @@ name. That seems to be the fairest way to arrange this table.
| -------- | ----- |
| Bash | [-n flag](https://www.gnu.org/software/bash/manual/bash.html#index-set) |
| Bourne Shell | [-n flag](http://linux.die.net/man/1/sh) |
+| D | [dmd](https://dlang.org/dmd-linux.html) |
| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/) |
| Python | [flake8](http://flake8.pycqa.org/en/latest/) |
| Ruby | [rubocop](https://github.com/bbatsov/rubocop) |