Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- rule :: Rule ParsedShell
Documentation
rule :: Rule ParsedShell Source #
This Rule catches multiple consecutive RUN
instructions.
It ignores the case where multiple commands are chained together (e.g. with
&&
) because in that case the programmer most likely has deliberately
chosen to use multiuple RUN
instructions. Cases where --mount=xxx flags
differ are excluded as well.