aboutsummaryrefslogtreecommitdiffstats
path: root/checkstyle-suppressions.xml
diff options
context:
space:
mode:
authorys9693 <ys9693@att.com>2020-01-19 13:50:02 +0200
committerOfir Sonsino <ofir.sonsino@intl.att.com>2020-01-22 12:33:31 +0000
commit16a9fce0e104a38371a9e5a567ec611ae3fc7f33 (patch)
tree03a2aff3060ddb5bc26a90115805a04becbaffc9 /checkstyle-suppressions.xml
parentaa83a2da4f911c3ac89318b8e9e8403b072942e1 (diff)
Catalog alignment
Issue-ID: SDC-2724 Signed-off-by: ys9693 <ys9693@att.com> Change-Id: I52b4aacb58cbd432ca0e1ff7ff1f7dd52099c6fe
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