You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 eithera,.yml
orb.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
The text was updated successfully, but these errors were encountered: