dropbox / dependency-guard

A Gradle plugin that guards against unintentional dependency changes.
Apache License 2.0
416 stars 15 forks source link

Formatting issue on CI in list mode #94

Open SimonMarquis opened 1 year ago

SimonMarquis commented 1 year ago

Bad news, I think I broke the formatting in https://github.com/dropbox/dependency-guard/commit/9393385108c77724912c778d72881e4c2586093c#diff-8fe97e6f19e6a4a4090d2dad9fa33cf63a47eee603cd6e0d379e7faba647eba7L29-R35

The latest version produces this output on GitHub Actions:

image

I'm not sure why the "\n" would be misinterpreted, but I can try restoring the previous behavior.

handstandsam commented 1 year ago

Aww, shucks.

This isn't the end of the world, but thanks for seeing it. I'm looking forward to a nice, clean 0.5.x release that we can get this fix in. 😄

My next goal is to learn how to write better Gradle tests. Granted... a normal JUnit test would work just fine here.