-
Class Summary
| Class |
Description |
| BinaryResolver |
Groups differents ways of getting hold of the correct shellcheck binary.
|
| PluginPaths |
Utilities for paths related to the plugin.
|
| Shellcheck |
A thin java wrapper over the shellcheck binary for execution.
|
| Shellcheck.Result |
The results of a shellcheck run.
|
| ShellCheckMojo |
Runs the shellcheck binary on the all shell files found in the sourceLocations.
|
-
Enum Summary
| Enum |
Description |
| Architecture |
Light-hearted os/arch detection, just enough to pick up the shellcheck binary.
|
| BinaryResolutionMethod |
All the ways the plugin can resolve the shellcheck binary.
|