diff options
author | Alexander "Ananace" Olofsson <ace@haxalot.com> | 2018-10-26 18:34:32 +0200 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2018-10-26 17:34:32 +0100 |
commit | 7af33637e874efea63a0bc27769aa4728962c652 (patch) | |
tree | a6cddce9bf5c5a661df6a1df5c0787b675ef8a9e /doc/ale.txt | |
parent | 34318aedf4ffaf4558a102db6c03ae3b13d5ff08 (diff) | |
download | ale-7af33637e874efea63a0bc27769aa4728962c652.zip |
Add the dockerfile_lint linter for Dockerfiles (#1971)
* Add the dockerfile_lint linter for Dockerfiles
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 95110431..e190cf2a 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -75,6 +75,7 @@ CONTENTS *ale-contents* dartanalyzer........................|ale-dart-dartanalyzer| dartfmt.............................|ale-dart-dartfmt| dockerfile............................|ale-dockerfile-options| + dockerfile_lint.....................|ale-dockerfile-dockerfile_lint| hadolint............................|ale-dockerfile-hadolint| elixir................................|ale-elixir-options| mix.................................|ale-elixir-mix| @@ -407,7 +408,7 @@ Notes: * D: `dls`, `dmd`, `uncrustify` * Dafny: `dafny`!! * Dart: `dartanalyzer`!!, `language_server`, dartfmt!! -* Dockerfile: `hadolint` +* Dockerfile: `dockerfile_lint`, `hadolint` * Elixir: `credo`, `dialyxir`, `dogma`, `mix`!!, `elixir-ls` * Elm: `elm-format, elm-make` * Erb: `erb`, `erubi`, `erubis` |