-
-
Notifications
You must be signed in to change notification settings - Fork 781
feat(linter)!: add more info to json reporter #11524
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)!: add more info to json reporter #11524
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
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. This stack of pull requests is managed by Graphite. Learn more about stacking. |
df5d424 to
6639e59
Compare
CodSpeed Instrumentation Performance ReportMerging #11524 will improve performances by 5.81%Comparing Summary
Benchmarks breakdown
|
6639e59 to
af6399c
Compare
Sysix
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would be a breaking change for someone using --json in CI or in another way.
Changes looks good to me. Tests are still failing :)
yeah i wanted to get this in before 1.0, after 1.0 we can try to avoid the breaks |
af6399c to
a39a5d1
Compare
|
closes #4868 |
Merge activity
|
a39a5d1 to
bd9dd88
Compare
## [0.18.0] - 2025-06-06 - bd9dd88 linter: [**BREAKING**] Add more info to json reporter (#11524) (camc314) ### Features - 825d40c linter: Fix casing in unicorn/no-useless-promise-resolve-reject (#11528) (camc314) - 2faee3d linter: Fix grammer in react/exhaustive-deps (#11527) (camc314) ### Bug Fixes - 1a71d7c linter: Misplaced backtick in unicorn/no-array-for-each diagnostic (#11529) (camc314) - 7430b14 linter: Grammer in jest/valid-expect diagnostic (#11522) (camc314) - b92ac41 linter: Grammer in eslint/no-redeclare diagnostic (#11521) (camc314) - 17883e3 linter: Improve eslint/no-unsafe-negation diagnostic (#11520) (camc314) - 8c89937 linter: Improve eslint/no-shadow-restricted-names diagnostic (#11519) (camc314) - 3f0d889 linter: Add missing article to oxc/bad-array-method-on-arguments diagnostic (#11518) (camc314) - cf0c24c linter: Improve message in react/prefer-es6-class diagnostic (#11516) (camc314) - 91855df linter: Fix message in react/rules-of-hooks diagnostic (#11515) (camc314) - b272194 linter: Misplaced backtick in jest/no-conditional-expect diagnostic (#11514) (camc314) - 3403303 linter: Misplaced backtick in unicorn/prefer-dom-node-dataset diagnostic (#11513) (camc314) - d5ca872 linter: Misplaced backtick in eslint/radix diagnostic (#11512) (camc314) - 2dcf8be linter: Improve diagnostic message when function name is referenced (#11509) (camc314) - 0de0c9c linter: Improve diagnostic message for no-unsafe-declaration-merging (#11508) (camc314) - 0946dac linter: Correctly inherit categories when plugins are enabled (#11353) (Cameron) - 510c1c6 linter: Add missing `allowArrowFunctions` option for eslint/func-style (#11455) (yefan) - c77787c linter: Improve `eslint/no-loss-of-precision` (#11437) (magic-akari) - 11d4523 linter: False positive in react/exhaustive-deps (#11438) (camc314) - 616b613 linter/switch-case-braces: Align the logic with `unicorn` (#11405) (shulaoda) ### Refactor - db0b099 language_server: Convert only once uri to path when creating `ServerLinter` (#11503) (Sysix) - ccceb52 language_server: Simplify `workspace/didChangeConfiguration` call (#11462) (Sysix) - 0fdc51e linter: Simplify `OxlintRules::override_rules` (#11510) (camc314) ### Testing - 2ba2893 editor: Fix test for auto `fixAll` on save (#11448) (Sysix) Co-authored-by: camc314 <[email protected]>

fixes #4868