ignoreUnusedFinding

open override var ignoreUnusedFinding: Set<String>

Set of modules which are allowed to be unused.

For instance, given:

ignoreUnusedFinding = setOf(":core")

If a module declares :core as a dependency but does not use it, no finding will be reported.

Sources

Link copied to clipboard