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

checkBestPractices ignores baseline file #11

Closed WhosNickDoglio closed 1 year ago

WhosNickDoglio commented 1 year ago

Reproducer project

After generating a baseline file violations listed in the baseline are still flagged by checkBestPractices

TWiStErRob commented 1 year ago

Did you get something similar to #17?

WhosNickDoglio commented 1 year ago

No I just get the regular error message pointing out my violations.

* What went wrong:
Execution failed for task ':checkBestPractices'.
> A failure occurred while executing com.autonomousapps.task.CheckBestPracticesTask$Action
   > Violations of best practices detected. See the report at /Users/nicholasdo/IdeaProjects/gradle-android-plugins/build/reports/best-practices/report.txt