Monica-CodingWorld commented on PR #5362: URL: https://github.com/apache/fineract/pull/5362#issuecomment-3986260525
> @Monica-CodingWorld > > ``` > * What went wrong: > Execution failed for task ':fineract-provider:checkstyleTest'. > > A failure occurred while executing org.gradle.api.plugins.quality.internal.CheckstyleAction > > Checkstyle rule violations were found. See the report at: file:///home/runner/work/fineract/fineract/fineract-provider/build/reports/checkstyle/test.html > Checkstyle files with violations: 1 > Checkstyle violations by severity: [error:4] > ``` Thanks @adamsaghy for you guidance and help. The Checkstyle violations were related to import ordering in StandingInstructionDataValidatorTest.java. I have fixed the import grouping and amended the commit. The updated changes have been pushed. Could you please take another look when you have time? regards, Monica -- 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]
