hadolint-2.12.0: Dockerfile Linter JavaScript API
Safe HaskellNone
LanguageHaskell2010

Hadolint.Lint

Synopsis

Documentation

lintIO :: Configuration -> NonEmpty FilePath -> IO (NonEmpty (Result Text DockerfileError)) Source #

Performs the process of parsing the dockerfile and analyzing it with all the applicable rules, depending on the list of ignored rules.

lint :: Configuration -> [(Text, Either Error Dockerfile)] -> [Result Text DockerfileError] Source #

analyze :: Configuration -> Dockerfile -> Seq CheckFailure Source #