Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Description of the PR - This is code change for the EntryTitle error. If the EntryTitle is similar to the Shortname with special characters '-' between the words, then PyQuARC should flag for the error. The entry title has to be detailed and should NOT be the same as a short name.
For the Entrytitle, the code changes are made in the
string_validator.pyandcheck_messages_override.json. Further, we updated the outdated files in thetest_downloader.pyandschema_validator.py. There was an outdated imports DraftValidator, and this has to be updated before every commit. The final code is test by runningpytest, and the run was successful before committing the code changes.To Reproduce
C1000000003-CDDIS --format umm-c
C1000000004-CDDIS --format umm-c
C1000000012-CDDIS --format umm-c
Expected behavior

EntryTitle and ShortName - PyQuARC should flag as a bug (RED) if the characters in the EntryTitle and ShortName are the same.