module Hadolint.Rule.DL3030 (rule) where import Hadolint.Rule import qualified Hadolint.Shell as Shell import Language.Docker.Syntax rule :: Rule Shell.ParsedShell rule = dl3030 <> onbuild dl3030 {-# INLINEABLE rule #-} dl3030 :: Rule Shell.ParsedShell dl3030 = simpleRule code severity message check where code = "DL3030" severity = DLWarningC message = "Use the -y switch to avoid manual input `yum install -y