You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using biome and loving it on almost all my JS/TS projects.
When I tried to use it on a really big repo with a lot of rules generated the biome migration command it generated a lot of errors, some were fixable others unsafe to fix but I wanted to try it anyways. After running biome lint --fix --unsafe . it stayed running for more than a second, something is wrong, I waited 10s and it still didn't finish.
After reviewing my configuration I can say it isn't related to trying to lint node_modules and after running biome with the debug log level I can see that 2-3 filenames were appearing repedeately! As far as I can tell is because of the interactions between those two rules but it may well be another thing.
I expected biome to finish executing and to unsafely fix the rules.
Code of Conduct
I agree to follow Biome's Code of Conduct
The text was updated successfully, but these errors were encountered:
That config is quite big. Would you be able to reduce it to create a minimal reproduction? Ideally, it should be pretty clear from the repro which rule is causing the loop.
Environment information
Rule name
useNamingConvention and noUnusedVariables
Playground link
https://github.com/ElrohirGT/biome-repro-1737140798250
Expected result
I've been using biome and loving it on almost all my JS/TS projects.
When I tried to use it on a really big repo with a lot of rules generated the biome migration command it generated a lot of errors, some were fixable others unsafe to fix but I wanted to try it anyways. After running
biome lint --fix --unsafe .
it stayed running for more than a second, something is wrong, I waited 10s and it still didn't finish.After reviewing my configuration I can say it isn't related to trying to lint node_modules and after running biome with the
debug
log level I can see that 2-3 filenames were appearing repedeately! As far as I can tell is because of the interactions between those two rules but it may well be another thing.I expected biome to finish executing and to unsafely fix the rules.
Code of Conduct
The text was updated successfully, but these errors were encountered: