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

feat(linter): Junit reporter #8756

Merged
merged 9 commits into from
Feb 2, 2025
Merged

Conversation

tapanprakasht
Copy link
Contributor

closes #7960

@tapanprakasht tapanprakasht marked this pull request as draft January 27, 2025 18:00
Copy link

graphite-app bot commented Jan 27, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@github-actions github-actions bot added the A-cli Area - CLI label Jan 27, 2025
Copy link

codspeed-hq bot commented Jan 27, 2025

CodSpeed Performance Report

Merging #8756 will not alter performance

Comparing tapanprakasht:junit-formatter (3c80eac) with main (18f1b15)

Summary

✅ 33 untouched benchmarks

@tapanprakasht tapanprakasht marked this pull request as ready for review January 31, 2025 10:09
@tapanprakasht tapanprakasht changed the title [WIP] feat(linter): Junit reporter feat(linter): Junit reporter Jan 31, 2025
@github-actions github-actions bot added the C-enhancement Category - New feature or request label Jan 31, 2025
Cargo.toml Outdated Show resolved Hide resolved
apps/oxlint/src/output_formatter/mod.rs Show resolved Hide resolved
@Boshen Boshen merged commit 7e8568b into oxc-project:main Feb 2, 2025
14 checks passed
Boshen added a commit that referenced this pull request Feb 6, 2025
## [0.15.10] - 2025-02-06

### Features

- d6d80f7 linter: Add suggestion fixer for `eslint/no-iterator` (#8894)
(dalaoshu)
- 7e8568b linter: Junit reporter (#8756) (Tapan Prakash)
- f4662a9 oxc_language_server: Implement `oxc.fixAll` workspace command
(#8858) (Marek Vospel)

### Bug Fixes

- baf3e4e linter: Correctly replace rule severity with duplicate rule
name configurations (#8840) (dalaoshu)

### Performance

- 8a4988d linter: Use parallel iterator directly instead of iter and
parallel bridge (#8831) (Cam McHenry)

### Refactor

- bb9d763 linter: Remove usage of `url` crate (#8833) (camchenry)
- 4fcf719 linter: Replace MIME guessing with extension check (#8832)
(camchenry)

Co-authored-by: Boshen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-cli Area - CLI C-enhancement Category - New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

linter: support JUnit output format
3 participants