Is there an existing issue for this?
Current Behavior
No response
Proposed Behavior
Add a new Gradle task to the checkFormat task chain that runs spellcheck
find script -name "*.sh" -print0 | xargs -0 shellcheck
Add another task to the applyFormat task chain that applies spellcheck changes
shellcheck -f diff script.sh | git apply
Alternative Solutions
No response
Plugin Version
1.0
Anything else?
No response
Is there an existing issue for this?
Current Behavior
No response
Proposed Behavior
Add a new Gradle task to the checkFormat task chain that runs spellcheck
find script -name "*.sh" -print0 | xargs -0 shellcheckAdd another task to the applyFormat task chain that applies spellcheck changes
shellcheck -f diff script.sh | git applyAlternative Solutions
No response
Plugin Version
1.0
Anything else?
No response