-
-
Notifications
You must be signed in to change notification settings - Fork 522
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(linter): remove glob for windows (#8390)
The current implementations does not work. Under linux it tells me 0 files, under windows: ``` > oxc-vscode@0.15.5 lint C:\dev\oxc\editors\vscode > npx oxlint --config=oxlint.json --tsconfig=tsconfig.json client/*.js Finished in 5ms on 5 files with 101 rules using 24 threads. Found 0 warnings and 0 errors. ``` I do not think this glob is needed. we are using `ignore` in our `Walker`, which should already covering the use case. --------- Co-authored-by: Sysix <alexander.schlegel@clicksports.de> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
0a1ffc0
commit 4e05e66
Showing
6 changed files
with
1 addition
and
61 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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