Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Add spelling check to CI #276

Merged
merged 6 commits into from
May 6, 2020
Merged

Add spelling check to CI #276

merged 6 commits into from
May 6, 2020

Conversation

smk4664
Copy link
Member

@smk4664 smk4664 commented Nov 2, 2019

High-Level Overview of this Curriculum Contribution:

This Pull request adds a spelling checker to the CI pipeline. After this change is merged, future spelling issues will need to be corrected before the pipeline will allow merging. This also provides a dictionary file .aspell.en.pws to add industry words that are not recognized by the Aspell en dictionary. The checker will ignore text in markdown and html code blocks, text in html pre blocks, and html tags. The Aspell library was chosen for ease of adding dictionary items and multiple language support (though not currently built in the script).

Which issue(s) this PR fixes:

Fixes #201 201

Is This Ready to Review?:

Yes

Also corrected all the spelling issues in the current labs.

Signed-off-by: Stephen Kiely <stephenkiely87@gmail.com>
Signed-off-by: Stephen Kiely <stephenkiely87@gmail.com>
…ing a different aspell dictionary.

Signed-off-by: Stephen Kiely <stephenkiely87@gmail.com>
Signed-off-by: Stephen Kiely <stephenkiely87@gmail.com>
Signed-off-by: Stephen Kiely <stephenkiely87@gmail.com>
@smk4664 smk4664 changed the title Spellcheck Add spelling check to CI Nov 2, 2019
@cloudtoad cloudtoad requested a review from Mierdin November 5, 2019 16:40
Signed-off-by: Stephen Kiely <stephenkiely87@gmail.com>
@Mierdin
Copy link
Member

Mierdin commented May 6, 2020

@smk4664 As usual, this is really great work, and I'm sorry it took so long to get this integrated. I'll take care of the merge conflicts and merge this so we can make use of it. Thanks!

@Mierdin Mierdin merged commit 2579a3d into nre-learning:master May 6, 2020
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Style checks and enforcement in CI
2 participants