First PR of 2022

I was going through Datree project issues and decided to work on issue#350.

To give you an overview of the issue is that we are trying to do K8 schema validation and if there are multiple errors then print each error in a separate line.
In current datree release we are printing multiple errors as a single error statement.

Issue with the current way of implementation :( It is a bit hard to read and understand the actual error. There could be chances it will confuse user with the similar kind of error message.
Here is an example screenshot: Schema validation error

If anyone works on this issue how is it going to help?
Issue is not too technical that will require some sophisticated thought process or algorithm logic. This will help users (including us 😅) in better reading and maybe help in some parts of ci/cd execution and validation.

Investigation:
After going through the codebase, I found that this is happening because of Kubeconform we are using in our project. I have commented the same on Github.

After discussing with the maintainers I was able to make the required changes.
Changes are minor and it solves the purpose 😊. You can check out my PR as well. After making changes it will look like this: Schema validation error on separate line

New release is public now 0.14.94-rc. You can download using this link