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

Multiple validation errors don't show up, only the first validation error is displayed. #6

Open
Bwvolleyball opened this issue Dec 5, 2018 · 0 comments

Comments

@Bwvolleyball
Copy link

In a project with many yaml files, pretend there are two yaml files:
a.yml & b.yml, both with validation errors.

Currently, running this plugin with this command: ./gradlew validateYaml --info --stacktrace will fail, and the stacktrace will only say that either a,.yml or b.yml was invalid, but never both.

It would be nice if this build plugin continued evaluating all yml files in scope, and then returned a consolidated list of files that failed, along with the root error message about why it failed, which currently includes lines & columns

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

No branches or pull requests

1 participant