beijaflor-io / haskell-language-dockerfile

Haskell Dockerfile linter, parser, pretty-printer and EDSL, forked from https://github.com/lukasmartinelli/hadolint.
Other
19 stars 3 forks source link

Only offer a parser and pretty printer #9

Closed lorenzo closed 6 years ago

lorenzo commented 6 years ago

This pull request removes the executables and makes this repo only a parser and a pretty printer, while keeping the dynamic docker file building features.

Also backported fixes from the original hadolint repo, like adding support for the SHELL and HEALTHCHECK directives.

Removed the Shellcheck dependency.

Applied hindent to all files in the library.

lorenzo commented 6 years ago

@yamadapc Would you like to join the hadolint organization and offer this package under the org umbrella so we don't have to duplicate the parser efforts?

We would really appreciate your participation in this

Read this for more information:

https://github.com/hadolint/hadolint/issues/119