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
"$OLDPWD/{lib} -o checkstyle.xml -f xml -c {config} {srcs}".format(
If the input file is also called checkstyle.xml this fails as it fails to write to the file it is reading from.
Additionally:
I've noticed that Bazel doesn't emit the junit.xml file created to STDOUT when errors are present.
Developers have complained having to cat the XML file individually locally.
I'm considering adding an echo to the test if there is a failure wdyt?
I noticed this bug at
rules_jvm/java/private/checkstyle.bzl
Line 22 in 50fec79
If the input file is also called
checkstyle.xml
this fails as it fails to write to the file it is reading from.Additionally:
I've noticed that Bazel doesn't emit the junit.xml file created to STDOUT when errors are present.
Developers have complained having to
cat
the XML file individually locally.I'm considering adding an
echo
to the test if there is a failure wdyt?CC @vinnybod
The text was updated successfully, but these errors were encountered: