-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Biome gets stuck processing its own config file #867
Comments
Hi @noxan! Sorry you're running into this issue. This could be related to another known issue where some batched linters can occasionally hang on their execution (we're looking into it). If you run the following, does the issue resolve itself? trunk daemon shutdown
trunk check -a --filter=biome |
@TylerJang27 thanks for the swift reply, sadly the problem persists. it seems other json files also can cause complications, but i'm actually having a hard time to reproduce it - the biome.json config file remains a persistent issue. i also tried to ignore the file via
|
I'll look into this issue further, but it looks like you have a typo: |
@noxan can you also include what Trunk version and what biome version you are running? |
@TylerJang27 we are running trunk version Thanks for pointing out the typo, we settled for the following meanwhile:
This seems to get biome unstuck and also covers the edge case of having comments in the |
when running
trunk check --all
biome gets stuck processing its own config fileThe text was updated successfully, but these errors were encountered: