From d3766bccb9935b345b417835abb60bfbfc0abc6e Mon Sep 17 00:00:00 2001 From: Jesper Brix Rosenkilde Date: Wed, 30 Nov 2016 15:40:20 +0100 Subject: [PATCH] Add hadolint support --- doc/syntastic-checkers.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/syntastic-checkers.txt b/doc/syntastic-checkers.txt index 14c9b923..9da98599 100644 --- a/doc/syntastic-checkers.txt +++ b/doc/syntastic-checkers.txt @@ -1957,6 +1957,27 @@ Checker options~ This checker is initialised using the "makeprgBuild()" function and thus it accepts the standard options described at |syntastic-config-makeprg|. +------------------------------------------------------------------------------ +1. hadolint *syntastic-dockerfile-dockerfile_lint* + +Name: hadoling +Maintainer: Jesper B. Rosenkilde + +Dockerfile linter written in Haskell +(http://hadolint.lukasmartinelli.ch/) +GitHub for details: + + https://github.com/lukasmartinelli/hadolint + +Installation~ + + See github + +Checker options~ + +This checker is initialised using the "makeprgBuild()" function and thus it +accepts the standard options described at |syntastic-config-makeprg|. + ============================================================================== SYNTAX CHECKERS FOR DUST *syntastic-checkers-dustjs*