Uses of Class
dev.dimlight.maven.plugin.shellcheck.Shellcheck.Result
| Package | Description |
|---|---|
| dev.dimlight.maven.plugin.shellcheck |
-
Uses of Shellcheck.Result in dev.dimlight.maven.plugin.shellcheck
Methods in dev.dimlight.maven.plugin.shellcheck that return Shellcheck.Result Modifier and Type Method Description static Shellcheck.ResultShellcheck. run(java.nio.file.Path shellcheckBinary, java.nio.file.Path outdir, java.util.List<java.nio.file.Path> scriptsToCheck)Runs the provided shellcheck binary capturing its output and return code.