gentle-hydrogen-65984
01/02/2022, 7:11 PM1.31
release? Would be great to see this bug in the lint.jvm-dep-check.unnecessary_deps
get fixed.
Also after hacking around it, it seems to fire a lot of false positives. I added scope=forced
for all the generated code ones, but it fires in many other places in my scala codebase (mix of many 1stparty, 3rdparty, and internal deps). I have strict_deps=true
everywhere. Anybody else running into this?
./pants lint src/scala/::
(If you're seeing this message in error, you might need to change the `scope` of the dependencies.)
<a lot of deps>
happy-kitchen-89482
01/03/2022, 4:36 AM