refactor(linter): simplify config conflict grouping#21636
Merged
graphite-app[bot] merged 1 commit intoApr 22, 2026
Merged
Conversation
Contributor
Author
camc314
marked this pull request as ready for review
April 22, 2026 09:47
Contributor
There was a problem hiding this comment.
Pull request overview
Refactors oxlint nested-config loading to simplify how discovered config files are grouped by directory before loading and conflict reporting.
Changes:
- Replace per-directory
(json, jsonc, js)tuple tracking with a singleVec<DiscoveredConfigFile>per directory. - Simplify conflict detection and single-config dispatch logic using the collected per-directory vectors.
camc314
force-pushed
the
c/04-22-refactor_linter_introduce_configconflict_struct_for_conflicting_config_files
branch
from
April 22, 2026 10:28
e9bda23 to
921af18
Compare
camc314
force-pushed
the
c/04-22-refactor_oxlint_simplify_config_conflict_grouping
branch
from
April 22, 2026 10:28
7c91d8a to
6af3fae
Compare
Contributor
Author
Merge activity
|
graphite-app
Bot
changed the base branch from
c/04-22-refactor_linter_introduce_configconflict_struct_for_conflicting_config_files
to
graphite-base/21636
April 22, 2026 10:37
camc314
force-pushed
the
c/04-22-refactor_oxlint_simplify_config_conflict_grouping
branch
from
April 22, 2026 10:39
01dc5a0 to
298cf12
Compare
camc314
force-pushed
the
graphite-base/21636
branch
from
April 22, 2026 10:39
921af18 to
be46a91
Compare
camc314
changed the base branch from
graphite-base/21636
to
c/04-22-refactor_linter_introduce_configconflict_struct_for_conflicting_config_files
April 22, 2026 10:39
Base automatically changed from
c/04-22-refactor_linter_introduce_configconflict_struct_for_conflicting_config_files
to
main
April 22, 2026 10:41
graphite-app
Bot
force-pushed
the
c/04-22-refactor_oxlint_simplify_config_conflict_grouping
branch
from
April 22, 2026 11:16
a083f5c to
735aba2
Compare
graphite-app
Bot
deleted the
c/04-22-refactor_oxlint_simplify_config_conflict_grouping
branch
April 22, 2026 11:20
This was referenced Apr 22, 2026
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.

No description provided.