Hey, someone else maybe had issues with fossa chec...
# detekt
a
Hey, someone else maybe had issues with fossa checks where detekt was flagged bringing in
Kotlin Compiler Embeddable
as direct dependency and
Trove4J
as indirect dependency? I’m rather sure this is a false positive but i did not find any mentions of how to avoid this easily. Also in the detekt github itself the plugin is used pretty much the same way i do and i could not find anything interesting in the
.fossa.yml
file. I use the gradle plugin
id("io.gitlab.arturbosch.detekt") _version_ "1.23.3"
and was quite puzzled about the findings. Hope this is not too off-topic, thanks anyway.