Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cspell] migrate custom words to upstream dictionaries #2538

Merged
merged 2 commits into from
May 14, 2020

Conversation

thenamankumar
Copy link
Contributor

Once merged this will remove the custom words mentioned in the cspell config. Those words are under migration to the appropriate cspell dictionaries.

fixes: #2298

dependency: streetsidesoftware/cspell-dicts#184 (DO NOT MERGE BEFORE THIS)

cspell.json Outdated
@@ -1,5 +1,6 @@
{
"language": "en",
"dictionaries": ["softwareTerms"],
Copy link
Member

Choose a reason for hiding this comment

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

If softwareTerms allows removing some words can you please do this in separate PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Most of our custom words have been added to the softwareTerms dictionary in the mentioned PR. And changes to both en_us and software_terms at cspell_dicts will be merged in a single PR only.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Also, just re-checked, all the dicts are auto included.

@IvanGoncharov
Copy link
Member

@hereisnaman Also didn't mention in original issue but can you contribute these words into JS-specific vocabularies?

    "jsutils",
    "tsutils",
    "noflow",
    "flowlint",

@thenamankumar
Copy link
Contributor Author

@hereisnaman Also didn't mention in original issue but can you contribute these words into JS-specific vocabularies?

    "jsutils",
    "tsutils",
    "noflow",
    "flowlint",

Updated both PRs.

@IvanGoncharov IvanGoncharov merged commit e7878bc into graphql:master May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants