diff options
author | Ćukasz Jan Niemier <lukasz@niemier.pl> | 2017-01-30 16:27:26 +0100 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-01-30 15:27:26 +0000 |
commit | a1458e9c072e1cfc425591b7616a291e99778753 (patch) | |
tree | c9a70ba38175fe59f16c5d277b096bdd9fc97930 /doc/ale.txt | |
parent | 03bab835d9799f85613ecd235506c566a20dcd63 (diff) | |
download | ale-a1458e9c072e1cfc425591b7616a291e99778753.zip |
Dockerfile linting via hadolint (#282)
* Add hadolint linter for Dockerfiles
* Fix path
* Fix typo
* Update docs
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 173951c9..4bed2e02 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -77,6 +77,7 @@ The following languages and tools are supported. * CSS: 'csslint', 'stylelint' * Cython (pyrex filetype): 'cython' * D: 'dmd' +* Dockerfile: 'hadolint' * Elixir: 'credo' * Elm: 'elm-make' * Erlang: 'erlc' |