Skip to content

🐠 New Gradle task to run spellcheck #71

@cengiz-pz

Description

@cengiz-pz

Is there an existing issue for this?

  • I have searched the existing open and closed issues
  • I have searched the discussions
  • I have starred the repository

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

Metadata

Metadata

Assignees

Labels

build systemIssue related to the build systemfeature requestRequest for a new feature
No fields configured for Feature.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions