ignoreUnusedFinding
Set of modules which are allowed to be unused.
For instance, given:
ignoreUnusedFinding = setOf(":core")
Content copied to clipboard
If a module declares :core
as a dependency but does not use it, no finding will be reported.
Since
0.12.0