Skip to content

Conversation

leebyron
Copy link
Collaborator

Adds cspell and an extra word config, adding it to the test suite

@leebyron leebyron added ✏️ Editorial PR is non-normative or does not influence implementation 🐝 Process Related to Governance, Tools, or other meta work labels Apr 23, 2021
@leebyron leebyron requested review from benjie and a team April 23, 2021 05:03
@leebyron leebyron added this to the May2021 milestone Apr 23, 2021
package.json Outdated
"test": "spec-md spec/GraphQL.md > /dev/null",
"test": "npm run test:build && npm run test:spellcheck",
"test:build": "spec-md spec/GraphQL.md > /dev/null",
"test:spellcheck": "cspell 'spec/**/*.md'",
Copy link
Member

Choose a reason for hiding this comment

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

Might as well spellcheck the README and the RFCs too?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

README yes. RFCs have a zillion spurious errors (like flagging github usernames) so I'll exclude those

@benjie
Copy link
Member

benjie commented Apr 23, 2021

(My review assumes that you also did a search for the replaced text to ensure nothing escaped; I can't easily do that through the GitHub interface.)

@leebyron
Copy link
Collaborator Author

(My review assumes that you also did a search for the replaced text to ensure nothing escaped; I can't easily do that through the GitHub interface.)

Yep, I applied the changes manually rather than using any automated replacements to ensure nothing broke

@leebyron leebyron merged commit 5b7b9f6 into main Apr 23, 2021
@leebyron leebyron deleted the spellcheck branch April 23, 2021 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✏️ Editorial PR is non-normative or does not influence implementation 🐝 Process Related to Governance, Tools, or other meta work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants