hadolint-2.1.0: Dockerfile Linter JavaScript API
Safe HaskellNone
LanguageHaskell2010

Hadolint.Lint

Synopsis

Documentation

lintIO :: LintOptions -> 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.