flymake-hadolint

Homepage: https://github.com/buzztaiki/flymake-hadolint

Author: Taiki Sugawara

Updated:

Summary

Flymake backend for hadolint, a Dockerfile linter

Commentary

This package provides flymake backend for hadolint, a Dockerfile linter.
To use it with dockerfile-mode, add the following to your init file:

  (add-hook 'dockerfile-mode-hook #'flymake-hadolint-setup)

Dependencies