flyerhzm / rails_best_practices

a code metric tool for rails projects
http://rails-bestpractices.com
MIT License
4.16k stars 276 forks source link

Feature Request: JUnit.xml format #397

Open wscourge opened 1 year ago

wscourge commented 1 year ago

It is widely accepted by CI services to integrate with their UI. I think it'd be nice. I'd like it to be used this way:

bundle exec rails_best_practices --format junit --output-file rbp.xml

Thanks, keep up the good work.

wscourge commented 1 year ago

If you accept PRs, I can give it a shot.

flyerhzm commented 1 year ago

@wscourge I appreciate it if you could create a PR.