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

Remove duplicate keywords #218

Merged
merged 1 commit into from
May 12, 2023
Merged

Remove duplicate keywords #218

merged 1 commit into from
May 12, 2023

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented May 12, 2023

Found using:

$ python -m pip install --upgrade jsonchecker
...
$ jsonchecker dist/emoji-en-US.json --values
Checking /Users/hugo/github/emojilib/dist/emoji-en-US.json...
Checking /Users/hugo/github/emojilib/dist/emoji-en-US.json...
----
Duplicate values found in /Users/hugo/github/emojilib/dist/emoji-en-US.json:
* ogre
* goblin
* collision
* mouth
* person
* detective
* panda
* cricket
* bakery
* bicycle
* backpack
* telephone
* laptop
* television
* calendar
* pistol
* cigarette
* moai
* scorpio
* china
* spain
* micronesia
* france
* iran
* italy
* moldova
* turkey
* tanzania

If you like, we could add this check to the CI like:

@muan muan merged commit e8e9a84 into muan:main May 12, 2023
@muan
Copy link
Owner

muan commented May 12, 2023

thank you!

@hugovk hugovk deleted the deduplicate branch May 12, 2023 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants