aboutsummaryrefslogtreecommitdiffstats
path: root/testing/shfmt
Commit message (Collapse)AuthorAgeFilesLines
* testing/shfmt: Honor alpine pkver styleOlliver Schinagl2019-10-241-4/+4
| | | | | | | | While not yet documented, Alpine favors to use plain semver where possible for pkgver. Lets follow suit. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl> Closes !792
* testing/shfmt: Mark go only as a compiletime dependencyOlliver Schinagl2019-10-241-1/+1
| | | | | | | Go shouldn't be required to run the application, it is a statically compiled binary after all. Mark go only as a compile time dependency. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* testing/shfmt: new aportOlliver Schinagl2019-10-201-0/+35
https://mvdan.cc/sh A shell parser, formatter, and interpreter (sh/bash/mksh) Note, there is currently a known warning about cgo, which according to 'kaey'. loadinternal: cannot find runtime/cgo Signed-off-by: Olliver Schinagl <oliver@schinagl.nl> Closes !482