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 have a bigger project that automatically creates files in the target directory. Some of these auto genereated files have imports that are never used, thus the warnings. I want ot ignore these warnings since they dont impact my code in any way. I tried applying the diagnostic filter "**/target" but this doesnt seem to work either.
The text was updated successfully, but these errors were encountered:
I have a bigger project that automatically creates files in the target directory. Some of these auto genereated files have imports that are never used, thus the warnings. I want ot ignore these warnings since they dont impact my code in any way. I tried applying the diagnostic filter "**/target" but this doesnt seem to work either.
The text was updated successfully, but these errors were encountered: