From 413abf436d94d48019f3995a860e0d43ea291b96 Mon Sep 17 00:00:00 2001 From: Dileep Ranganathan Date: Thu, 1 Mar 2018 06:20:22 -0800 Subject: [PATCH] Integrate optf/has with Sonar Added sonar properties for python related config Added custom inclusion/exclusion patterns which could be leveraged Change-Id: I3992a9120a30555fc933c1b052984367af69e4da Issue-ID: OPTFRA-101 Signed-off-by: Dileep Ranganathan --- conductor/pom.xml | 2 +- pom.xml | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/conductor/pom.xml b/conductor/pom.xml index f12574a..db0f047 100644 --- a/conductor/pom.xml +++ b/conductor/pom.xml @@ -22,7 +22,7 @@ org.onap.optf.has 1.1.0-SNAPSHOT - optf-has-root + optf-has org.onap.optf.has diff --git a/pom.xml b/pom.xml index 37a62d3..505fac8 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.optf.has - optf-has-root + optf-has optf-has 1.1.0-SNAPSHOT @@ -37,6 +37,19 @@ + + UTF-8 + conductor/conductor + conductor/conductor/tests + conductor/cover/coverage.xml + py + python + **/**.py + **/tests/**,setup.py,**/lib/** + **/tests/**.py + **/**.py,setup.py,**/lib/** + + -- 2.16.6