autonomousapps / gradle-best-practices-plugin

Gradle Plugin that detects violations of Gradle best practices in Gradle Plugins
Apache License 2.0
181 stars 3 forks source link

Project:childProjects not flagged #20

Open alecarnevale opened 7 months ago

alecarnevale commented 7 months ago

Hi, little question here.

I'm using the latest version (0.10) with Gradle 8.6 and I noticed that calling Project:childProjects is not marked as a best practice violation.

Is it wanted?