summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2017-11-07 22:11:49 -0800
committerTaylor Blau <me@ttaylorr.com>2017-11-07 22:11:49 -0800
commit248a5eb2f61aafdc7a20d3eea5709476c2a21a5b (patch)
tree0caff50681c5bbd6dc734a2e8b8ce6f61d64bac6 /README.md
parent1bf894f48c2169e18e5978c9347e40f186e425ab (diff)
downloadale-248a5eb2f61aafdc7a20d3eea5709476c2a21a5b.zip
ale_linters: add 'dafny' linter
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 088c08cf..ca0405f9 100644
--- a/README.md
+++ b/README.md
@@ -87,6 +87,7 @@ formatting.
| CSS | [csslint](http://csslint.net/), [stylelint](https://github.com/stylelint/stylelint), [prettier](https://github.com/prettier/prettier) |
| Cython (pyrex filetype) | [cython](http://cython.org/) |
| D | [dmd](https://dlang.org/dmd-linux.html) |
+| 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) |
| Dockerfile | [hadolint](https://github.com/lukasmartinelli/hadolint) |
| Elixir | [credo](https://github.com/rrrene/credo), [dogma](https://github.com/lpil/dogma) !! |