eddies / stylelint-junit-formatter

Output Checkstyle XML reports of stylelint results
MIT License
6 stars 8 forks source link

Refactored to make it work with Atlassian Bamboo #1

Closed epavletic closed 7 years ago

epavletic commented 7 years ago

Found the repo while searching for a formatter that could be used together with Atlassian Bamboo, but could not get Bamboo to accept the report when there were no errors reported (the empty <testsuites>-tag was not enough for it to conclude that everything was fine) so I ended up refactoring it. Just thought I'd pitch it back into this repo if your interested in the changes.

Do note that this was written for a Node 6.9.x environment.

epavletic commented 7 years ago

I will make sure to update the tests in the coming days so they pass as well :)

eddies commented 7 years ago

@epavletic sorry for the delay on this. I've been traveling the past week and won't be back for another couple days. will review this asap!

epavletic commented 7 years ago

After pondering about it for a few days, I have a few thoughts about the tests, but I'll wait until you've checked the rest before changing anything more :)