Add a CI spell check job for changed files on PRs #1255
+58
−6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds a CI job which will run a
cspell
check on only the changed files (as compared to master).As a proof of concept and to show how spell fails (and false positives) should be fixed I've included two files.
Some notes:
EIP
,Holesky
, etc.[//] # cSpell:words WORD_LIST
, see: https://stackoverflow.com/a/20885980Attendees
section of the Meeting, wrap this in (names are obv. flagged as "spell error"):Note:
cspell
defaults to US English which is why "standardisation" is flagged on Meeting-202.Obviously open for discussion, but I think for now a spell check job on new files would be handy. On meeting-202 it found one obvious error:
eaps
->EIPs
. Have not checked the other files (besides throwing them in the cspell job, this obviously flags a lot of errors)