airajena commented on PR #5554:
URL: https://github.com/apache/fineract/pull/5554#issuecomment-3979079522
> > Please Squash & Commit
>
> did it
@Ambika-Sony please run ./gradlew spotlessApply spotbugsMain spotbugsTest
checkstyleMain checkstyleTest as pre commit checks
`Execution failed for task ':fineract-core:spotlessJavaCheck'.
[Incubating] Problems report is available at:
file:///home/runner/work/fineract/fineract/build/reports/problems/problems-report.html
> The following files had format violations:
src/main/java/org/apache/fineract/infrastructure/core/service/DataEnricherProcessor.java
@@ -34,7 +34,7 @@
········this.enhancers·=·enhancers.orElse(new·ArrayList<>());
····}
-····@SuppressWarnings({"unchecked",·"rawtypes"})
+····@SuppressWarnings({·"unchecked",·"rawtypes"·})
····public·<T>·T·enrich(T·source)·{
········for·(DataEnricher·enhancer·:·enhancers)·{
············if·(enhancer.isDataTypeSupported(source.getClass()))·{
Run './gradlew :fineract-core:spotlessApply' to fix these violations.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Get more help at https://help.gradle.org./`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]