marta-jankovics commented on code in PR #3304:
URL: https://github.com/apache/fineract/pull/3304#discussion_r1269569129
##########
build.gradle:
##########
@@ -514,7 +515,6 @@ configure(project.fineractJavaProjects) {
"EqualsGetClass",
"EqualsUnsafeCast",
"DoubleBraceInitialization",
- "UnnecessaryDefaultInEnumSwitch",
Review Comment:
UnnecessaryDefaultInEnumSwitch does not make sense to cause the build to
fail. Most of the time it is even very useful eg. to prepare to the enums being
extended.
--
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]