vb-android-app-quality icon indicating copy to clipboard operation
vb-android-app-quality copied to clipboard

Sample android project using Gradle, with basic quality tools set up.

Results 3 vb-android-app-quality issues
Sort by recently updated
recently updated
newest added

Hi, I am a graphic designer, I want to help others in graphic design. After I reviewed your project, you have no logo on this project. Therefore I want to...

When updating the gradle wrapper to 3.5, checkstyle fails.

Hello Vincent. There's an [Infer Gradle plugin](https://github.com/uber-common/infer-plugin). [`detectInfer`](https://github.com/vincentbrison/vb-android-app-quality/blob/master/config/quality.gradle#L93) Gradle task can be removed if you use `Infer Gradle plugin` as it performs this [check](https://github.com/uber-common/infer-plugin/blob/master/infer-plugin/src/main/groovy/com/uber/infer/task/CheckForInfer.groovy#L11) as well. It might be a...