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
Try to handle a file that Biome doesn't know how to handle.
I should print a diagnostic saying that it doesn't know how to handle a file. This is a regression that was introduced way back, and we didn't catch because we don't have a test for it
Expected result
I should throw a diagnostic. Users should use files.ignore or files.ignoreUnknown
Code of Conduct
I agree to follow Biome's Code of Conduct
The text was updated successfully, but these errors were encountered:
Environment information
What happened?
Try to handle a file that Biome doesn't know how to handle.
I should print a diagnostic saying that it doesn't know how to handle a file. This is a regression that was introduced way back, and we didn't catch because we don't have a test for it
Expected result
I should throw a diagnostic. Users should use
files.ignore
orfiles.ignoreUnknown
Code of Conduct
The text was updated successfully, but these errors were encountered: