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.
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.