fix(oxlint): should type linting files after ignore#13149
fix(oxlint): should type linting files after ignore#13149graphite-app[bot] merged 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR fixes a bug where type-aware linting was processing files that should have been ignored according to the configured ignore patterns. The fix ensures that file filtering is applied before type-aware linting runs.
- Moves file filtering logic before type-aware linting execution
- Ensures both type-aware and regular linting use the same filtered file list
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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. |
Merge activity
|
1dea2e9 to
66a350e
Compare

No description provided.