-
Notifications
You must be signed in to change notification settings - Fork 102
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
Lint error on empty field description #555
Comments
I’ve recently encountered the same issue, where only a datacontract-cli/datacontract/cli.py Lines 446 to 451 in bff771a
It would be helpful if the CLI handled the "passed with warnings" case more appropriately. The lint functionality is generating a lot of false positives for us, which adds unnecessary noise. |
Could you review, if this PR would resolve your issue: #581 |
Yes, I've tried it and it does solve my issue. I was thinking about contributing myself, but you guys are quick – thank you! |
Hello,
When I'm linting my data contract with this chunk of code I'm getting an error in linting
Error message:
Data contract is invalid, found the following errors:
'ABCD' has empty description.
It is weird because description in field is said to be optional but it is throwing an error even though it is just warning,
The text was updated successfully, but these errors were encountered: