freebsd-ports/devel/hs-hadolint/pkg-descr

5 lines
252 B
Plaintext

hadolint is a Dockerfile linter that helps you build best practice
Docker images. The linter parses the Dockerfile into an AST and
performs rules on top of the AST. It stands on the shoulders of
ShellCheck to lint the Bash code inside RUN instructions