Skip to content

Conversation

@hickeyma
Copy link
Collaborator

Description of the change

This adds the pyspelling spell check automation tool. It is a wrapper around CLI of Aspell and Hunspell which are spell checker tools. The PR specifies that pyspelling uses Aspell as the spell checker tools can differ in output. Therefore by speficying Aspell, it will mean consistency.

Related issue number

Closes #31

How to verify the PR

The spell checker can be run as follows:

tox -e spellcheck

Was the PR tested

  • I have ensured all unit tests pass

This adds the pyspelling spell check automation tool.
It is a wrapper around CLI of Aspell or Hunspell which are
spell checker tools. The PR specifies that pyspelling uses
Aspell as the spell checker tools can differ in output. Therefore
by speficying Aspell, it will mean consistency.

Closes foundation-model-stack#31

Signed-off-by: Martin Hickey <[email protected]>
Add sub-section about spell checker.

Signed-off-by: Martin Hickey <[email protected]>
Copy link
Collaborator

@tharapalanivel tharapalanivel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks Martin!

@hickeyma hickeyma merged commit 12b560c into foundation-model-stack:main Dec 17, 2024
12 checks passed
@hickeyma hickeyma deleted the ci/add-spell-check branch December 17, 2024 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Alleviate spelling errors in the project

2 participants