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

De-duplicate entries during validation #12

Closed
beechnut opened this issue Feb 2, 2022 · 1 comment · Fixed by #15
Closed

De-duplicate entries during validation #12

beechnut opened this issue Feb 2, 2022 · 1 comment · Fixed by #15

Comments

@beechnut
Copy link
Collaborator

beechnut commented Feb 2, 2022

During the validation process, scan the glossary for duplicates. The error message should read something like:

I found 3 entries for "ATO".

How can I know which one to use?

Please delete or combine until there is only one entry for "ATO".
@beechnut
Copy link
Collaborator Author

beechnut commented Feb 2, 2022

Discovered that finding duplicate keys in YAML is a ten-year-old issue with a two-year-old PR.

This will take a little extra work.

beechnut added a commit that referenced this issue Feb 2, 2022
* Ensure YAML is free of duplicate keys.
* Refines one validation
* Fixes shebangs so Ruby version works correctly despite system ruby being installed
* Add Handbook glossary, and de-dupe entries. Fixes #10 and #12
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 a pull request may close this issue.

1 participant