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

Don't use rexml for the JUnit formatter #374

Merged
merged 1 commit into from
Sep 18, 2024

Commits on Sep 18, 2024

  1. Don't use rexml for the JUnit formatter

    Closes Shopify#371
    Follows rubocop/rubocop#13165
    
    This leaves the output mostly the same, except that text is no longer wrapped in CDATA.
    Some things possibly need to be escaped now, and CDATA has different escaping needs.
    So, just use the same escaping everywhere
    Earlopain committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    12e1659 View commit details
    Browse the repository at this point in the history