This is an automated email from the ASF dual-hosted git repository.
ptuomola pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new 056f120 Removed MissingSwitchDefault Checkstyle from todo
056f120 is described below
commit 056f120fba851f0685989c8f82b3573687e06be0
Author: Manthan Surkar <[email protected]>
AuthorDate: Thu Aug 6 02:14:28 2020 +0530
Removed MissingSwitchDefault Checkstyle from todo
---
fineract-provider/config/checkstyle/checkstyle.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/fineract-provider/config/checkstyle/checkstyle.xml
b/fineract-provider/config/checkstyle/checkstyle.xml
index 6e96d2d..f188ca9 100644
--- a/fineract-provider/config/checkstyle/checkstyle.xml
+++ b/fineract-provider/config/checkstyle/checkstyle.xml
@@ -29,6 +29,7 @@
<!--
You can learn more about individual checkstyles at:
https://checkstyle.sourceforge.io/
Checks related to LineLength and Indentation are only handled by
Spotless
+ Checks included in MissingSwitchDefault are handled by ErrorProne
-->
<module name="FileTabCharacter">
@@ -224,7 +225,7 @@
- <module name="MissingSwitchDefault"/>
+