From: Dileep Ranganathan Date: Thu, 1 Mar 2018 14:20:22 +0000 (-0800) Subject: Integrate optf/has with Sonar X-Git-Tag: v1.1.1~65 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=413abf436d94d48019f3995a860e0d43ea291b96;p=optf%2Fhas.git 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 --- 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/** + +