diff options
author | Taylor Blau <me@ttaylorr.com> | 2017-11-07 22:11:49 -0800 |
---|---|---|
committer | Taylor Blau <me@ttaylorr.com> | 2017-11-07 22:11:49 -0800 |
commit | 248a5eb2f61aafdc7a20d3eea5709476c2a21a5b (patch) | |
tree | 0caff50681c5bbd6dc734a2e8b8ce6f61d64bac6 /README.md | |
parent | 1bf894f48c2169e18e5978c9347e40f186e425ab (diff) | |
download | ale-248a5eb2f61aafdc7a20d3eea5709476c2a21a5b.zip |
ale_linters: add 'dafny' linter
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) !! | |