Skip to content

[cspell] migrate custom words to upstream dictionaries#2538

Merged
IvanGoncharov merged 2 commits intographql:masterfrom
0xnmn:master
May 14, 2020
Merged

[cspell] migrate custom words to upstream dictionaries#2538
IvanGoncharov merged 2 commits intographql:masterfrom
0xnmn:master

Conversation

@0xnmn
Copy link
Copy Markdown
Contributor

@0xnmn 0xnmn commented May 11, 2020

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)

Comment thread cspell.json Outdated
@@ -1,5 +1,6 @@
{
"language": "en",
"dictionaries": ["softwareTerms"],
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Member

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

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

@0xnmn
Copy link
Copy Markdown
Contributor Author

0xnmn commented May 11, 2020

@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.

2 participants