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
The baseline file is not VCS friendly, because it's a single-line JSON.
Please consider
auto-formatting the file,
ensuring the the contents are also sorted by something stable.
For example on the top level sort by their name, and the internal trace list should also be sorted by for example traces.sort { "${it.owner}/${it.name}/${it.descriptor}" }.
This will make multiple runs on the same project produce nice diffs/PRs as the project evolves.
The text was updated successfully, but these errors were encountered:
The baseline file is not VCS friendly, because it's a single-line JSON.
Please consider
For example on the top level sort by their
name
, and the internaltrace
list should also be sorted by for exampletraces.sort { "${it.owner}/${it.name}/${it.descriptor}" }
.This will make multiple runs on the same project produce nice diffs/PRs as the project evolves.
The text was updated successfully, but these errors were encountered: