summaryrefslogtreecommitdiffstats
path: root/checkstyle-suppressions.xml
diff options
context:
space:
mode:
Diffstat (limited to 'checkstyle-suppressions.xml')
-rw-r--r--checkstyle-suppressions.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml
index b2a6be2211..34d06af649 100644
--- a/checkstyle-suppressions.xml
+++ b/checkstyle-suppressions.xml
@@ -40,5 +40,7 @@
<suppress checks="ParameterName" files="common/onap-tosca-datatype/.*/*.java"/>
<suppress checks="MethodName" files="common/onap-tosca-datatype/.*/*.java"/>
<suppress checks="MemberName" files="common/onap-tosca-datatype/.*/*.java"/>
-
+ <!--Should fix below modules-->
+ <suppress checks="." files="[\\/]common-app-logging[\\/].*\.java$"/>
+ <suppress checks="." files="[\\/]common-app-api[\\/].*\.java$"/>
</suppressions> \ No newline at end of file