-
Notifications
You must be signed in to change notification settings - Fork 12
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
New --complete-descriptions
flag to warn for data not described by metadata in label
#686
Conversation
This can easily be extended to include data at the front of the file and between data objects too. Let me know if you want the full set of checks. |
let's call it good on this for now. I want the other requirements, but I think we need to get consultation from our data design working group for that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@al-niessner looks like we have a broken test with the new WARNING message.
It is on the original ticket #535 but this change breaks many or most or nearly all of the existing unit tests. There are lots of them that have dodo at the end of their files that adding this as a regular check would be disastrous. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@jordanpadams ready |
--complete-descriptions
flag to warn for data not described by metadata in label
--complete-descriptions
flag to warn for data not described by metadata in label--complete-descriptions
flag to warn for data not described by metadata in label
🗒️ Summary
Display a warning for data not described by file area at the end of the file.
⚙️ Test Data and/or Report
See automated tests below
♻️ Related Issues
Closes #535