Code Review
/
vnfsdk
/
pkgtools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
1614373
)
Explicitly disable sonar skip
81/33981/1
author
Lianhao Lu
<lianhao.lu@intel.com>
Mon, 5 Mar 2018 06:05:03 +0000
(14:05 +0800)
committer
Lianhao Lu
<lianhao.lu@intel.com>
Mon, 5 Mar 2018 06:06:30 +0000
(14:06 +0800)
Change-Id: Ia14f21e27833eaef1eb45b6ec59788f361745369
Issue-ID: VNFSDK-210
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
77e13ac
..
b6f6f37
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-34,6
+34,7
@@
under the License.
<sonar.language>py</sonar.language>
<sonar.pluginName>Python</sonar.pluginName>
<sonar.inclusions>**/*.py</sonar.inclusions>
+ <sonar.skip>false</sonar.skip>
</properties>
<build>