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
It's a bit funky with --fix from what I've noticed.
The fix re-runs won't have proper type information so rules like the no-unsafe-* rules will report false errors on fixed files that won't show up on a non-fixing run.
We need to figure out a better solution for the fix case before we can really roll this out to everyone I think, or else we'll create a really flaky and confusing experience.
@bradzacher - do you have a repro available? I can work on one if not.
I'd consider this a bug we should tackle. Perhaps we can use the same builder/watch programs that we do for IDEs?
The text was updated successfully, but these errors were encountered:
I can't seem to repro it right now - but I do remember seeing it on our repo. I did a --fix run and I got a bunch of no-unsafe-* errors which ofc disappeared after a second run.
There's probably a complex combination of library types or something that is needed.
I tried creating an isolated repro here https://github.com/bradzacher/6184-repro
Overview
Forking from #6176:
@bradzacher - do you have a repro available? I can work on one if not.
I'd consider this a bug we should tackle. Perhaps we can use the same builder/watch programs that we do for IDEs?
The text was updated successfully, but these errors were encountered: