dependency-analysis-gradle-plugin icon indicating copy to clipboard operation
dependency-analysis-gradle-plugin copied to clipboard

Report unnecessary excludes

Open bartek-wesolowski opened this issue 5 years ago • 1 comments
trafficstars

You can exclude certain dependencies from being reported as unused but then when that excluded dependency actually gets removed from the project, the unnecessary exclude declaration is still there unnecessarily. It would be nice if the plugin could detect those cases and suggest a configuration change. Android Lint does a similar thing with issues included in its baseline file but no longer present in the project.

bartek-wesolowski avatar Sep 10 '20 06:09 bartek-wesolowski

Thanks for the feature request. This seems possibly doable.

autonomousapps avatar Sep 10 '20 17:09 autonomousapps