Dockerfile linting via hadolint (#282)

* Add hadolint linter for Dockerfiles

* Fix path

* Fix typo

* Update docs
This commit is contained in:
Łukasz Jan Niemier
2017-01-30 16:27:26 +01:00
committed by w0rp
parent 03bab835d9
commit a1458e9c07
4 changed files with 48 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ name. That seems to be the fairest way to arrange this table.
| CSS | [csslint](http://csslint.net/), [stylelint](https://github.com/stylelint/stylelint) |
| Cython (pyrex filetype) | [cython](http://cython.org/) |
| D | [dmd](https://dlang.org/dmd-linux.html)^ |
| Dockerfile | [hadolint](https://github.com/lukasmartinelli/hadolint) |
| Elixir | [credo](https://github.com/rrrene/credo) |
| Elm | [elm-make](https://github.com/elm-lang/elm-make) |
| Erlang | [erlc](http://erlang.org/doc/man/erlc.html) |