pub fn lint(
content: &str,
instructions: &[Instruction],
mode: Mode,
exclude: &[String],
) -> Vec<Finding>Expand description
Lint every shell-form RUN independently, matching Docker’s one-shell-per-RUN
execution model. auto skips cleanly when ShellCheck is not installed.