ci(linter/plugins): lint apps/oxlint with oxlint#15887
Merged
graphite-app[bot] merged 1 commit intomainfrom Nov 20, 2025
Merged
ci(linter/plugins): lint apps/oxlint with oxlint#15887graphite-app[bot] merged 1 commit intomainfrom
apps/oxlint with oxlint#15887graphite-app[bot] merged 1 commit intomainfrom
Conversation
Member
Author
This was referenced Nov 19, 2025
f27910c to
36780e3
Compare
48aa3b5 to
c8047f1
Compare
36780e3 to
4231c2a
Compare
c8047f1 to
168a7c1
Compare
168a7c1 to
3e09979
Compare
This was referenced Nov 19, 2025
Member
Author
|
What??? https://github.com/oxc-project/oxc/actions/runs/19518845304/job/55877473884?pr=15887#step:8:20
|
Member
Author
|
Figured it out. Type-aware rules require the types from that file, but the file's not present until TSDown builds Have added that to the lint CI task, and now it works. |
camc314
approved these changes
Nov 20, 2025
94b71ad to
b24574d
Compare
65e0f91 to
78945ca
Compare
Contributor
Merge activity
|
2nd try at #14573. Run oxlint on oxlint. Linter inception.
graphite-app bot
pushed a commit
that referenced
this pull request
Nov 20, 2025
Rename the directories containing files to lint in the nested config tests from `nested` to `files`, to match the rest, and only lint the `files` directories. I don't think this has any effect on the operation of the tests, but makes it easier to lint these directories as part of the repo (#15887). This also removes the need for `overrideFiles` property in `testFixture` function's options, so remove it.
78945ca to
6ce2f7a
Compare
b24574d to
1020373
Compare
Base automatically changed from
11-19-test_linter_plugins_rename_dirs_in_nested_tests
to
main
November 20, 2025 15:58
This was referenced Nov 20, 2025
Copilot AI
pushed a commit
that referenced
this pull request
Nov 21, 2025
Rename the directories containing files to lint in the nested config tests from `nested` to `files`, to match the rest, and only lint the `files` directories. I don't think this has any effect on the operation of the tests, but makes it easier to lint these directories as part of the repo (#15887). This also removes the need for `overrideFiles` property in `testFixture` function's options, so remove it.
Copilot AI
pushed a commit
that referenced
this pull request
Nov 21, 2025
2nd try at #14573. Run oxlint on oxlint. Linter inception.
taearls
pushed a commit
to taearls/oxc
that referenced
this pull request
Dec 11, 2025
Rename the directories containing files to lint in the nested config tests from `nested` to `files`, to match the rest, and only lint the `files` directories. I don't think this has any effect on the operation of the tests, but makes it easier to lint these directories as part of the repo (oxc-project#15887). This also removes the need for `overrideFiles` property in `testFixture` function's options, so remove it.
taearls
pushed a commit
to taearls/oxc
that referenced
this pull request
Dec 11, 2025
2nd try at oxc-project#14573. Run oxlint on oxlint. Linter inception.
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.

2nd try at #14573. Run oxlint on oxlint. Linter inception.