You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not mentioned in the README that Docker is a requirement for building from source. By default, Docker is required by the com.felipefzdz.gradle.shellcheck plugin. The plugin can also be configured to not require Docker, in which case it will download a compatible binary using a configured installer. We should consider this as another possible option.
We have two possible options:
Add having Docker running as a requirement to the Build from source section.
Configure the com.felipefzdz.gradle.shellcheck plugin to not use Docker, and instead use an installer.