test(linter/plugins): update conformance snapshots#18752
Merged
graphite-app[bot] merged 1 commit intomainfrom Jan 31, 2026
Merged
test(linter/plugins): update conformance snapshots#18752graphite-app[bot] merged 1 commit intomainfrom
graphite-app[bot] merged 1 commit intomainfrom
Conversation
Member
Author
This was referenced Jan 31, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates conformance test snapshots that became outdated after PR #17809, which refactored the NAPI plugin system and changed how code is bundled across files. The updates address one broken test and reflect changes to the bundle structure.
Changes:
- Updated stack traces in stylistic.md to reflect new bundle file names (lint.js → load.js)
- Updated sonarjs.md statistics to reflect a newly failing test in the
no-implicit-dependenciesrule - Added detailed failure information for the
no-implicit-dependencies (S4328)test case
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| apps/oxlint/conformance/snapshots/stylistic.md | Updated stack trace references from apps/oxlint/dist/lint.js to apps/oxlint/dist/load.js to reflect bundle restructuring |
| apps/oxlint/conformance/snapshots/sonarjs.md | Updated test statistics and added failure details for newly broken no-implicit-dependencies (S4328) test |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
camc314
approved these changes
Jan 31, 2026
Contributor
Merge activity
|
Update conformance snapshots. They got out of sync after #17809 (1 broken test, and change to how code is split across files in bundle).
a09d03f to
7c7a984
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Update conformance snapshots. They got out of sync after #17809 (1 broken test, and change to how code is split across files in bundle).