Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If checkstyle file is named checkstyle.xml we fail #311

Open
fzakaria opened this issue Nov 13, 2024 · 0 comments
Open

If checkstyle file is named checkstyle.xml we fail #311

fzakaria opened this issue Nov 13, 2024 · 0 comments

Comments

@fzakaria
Copy link
Contributor

I noticed this bug at

"$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?

CC @vinnybod

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant