Sha Sha Chu

Results 5 issues of Sha Sha Chu

Most of the code is completely undocumented. Commenting the rules especially would be invaluable for developers wanting to write their own custom rules. Links to the style guide describing the...

help wanted

They add `@NonNull` annotations, but otherwise, there's no consequence. If I have a model with a required field, I'd expect that `MyModel.builder().build()` would throw an exception, but as it is,...

java

We're seeing this warning during build config time: ``` The Provider.forUseAtConfigurationTime method has been deprecated. This is scheduled to be removed in Gradle 9.0. Simply remove the call. [Documentation](https://docs.gradle.org/8.4/userguide/upgrading_version_7.html#for_use_at_configuration_time_deprecation) 1...

Not sure if this is intended or a bug. If my app has artifacts: `foo:bar:baz` `foo:bar:baz-qux` and I configure the following exclusion: ``` licenseReport { ignoredPatterns = ["foo:bar:baz"] } ```...

**Plugin version** 1.32.0 **Gradle version** 8.6 **JDK version** 17 **(Optional) Kotlin and Kotlin Gradle Plugin (KGP) version** 1.9.23 **(Optional) Android Gradle Plugin (AGP) version** 8.3.2 **Describe the bug** I'm running...

enhancement