Skip to content

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

@Bwvolleyball

Description

@Bwvolleyball

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions