This is an automated email from the ASF dual-hosted git repository.

kaze pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit dcf5ac009ce659855f9c62b6801550278cfd36b3
Author: percyashu <[email protected]>
AuthorDate: Tue Jun 2 21:22:03 2020 +0100

    FINERACT-822 Adding more checks to be enabled
---
 fineract-provider/build.gradle | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/fineract-provider/build.gradle b/fineract-provider/build.gradle
index 74f9b56..88bf1d9 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -345,6 +345,24 @@ tasks.withType(JavaCompile) {
                 "TypeParameterUnusedInFormals",
                 "UnusedNestedClass",
                 "UndefinedEquals",
+                "JdkObsolete",
+                "OperatorPrecedence",
+                "EmptyBlockTag",
+                "MissingSummary",
+                "MutablePublicArray",
+                "InvalidParam",
+                "ReturnFromVoid",
+                "AlmostJavadoc",
+                "PublicConstructorForAbstractClass",
+                "ProtectedMembersInFinalClass",
+                "StaticAssignmentInConstructor",
+                "UnescapedEntity",
+                "EmptyCatch",
+                "InvalidBlockTag",
+                "ModifyCollectionInEnhancedForLoop",
+                "NonCanonicalType",
+                "InvalidInlineTag",
+                "InvalidBlockTag"
         )
         //TODO gradually enable these checks
         error(

Reply via email to