Code Review
/
multicloud
/
openstack.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
3b71801
)
Exclude unwanted python env files
29/35629/1
author
Yun Huang
<yun.huang@windriver.com>
Wed, 14 Mar 2018 01:54:24 +0000
(09:54 +0800)
committer
Yun Huang
<yun.huang@windriver.com>
Wed, 14 Mar 2018 01:54:24 +0000
(09:54 +0800)
Change-Id: Ic1a2f89d26365bdd7be9300d902f28eadd83260b
Issue-ID: MULTICLOUD-171
Signed-off-by: Yun Huang <yun.huang@windriver.com>
windriver/pom.xml
patch
|
blob
|
history
diff --git
a/windriver/pom.xml
b/windriver/pom.xml
index
57a2486
..
676a6ca
100644
(file)
--- a/
windriver/pom.xml
+++ b/
windriver/pom.xml
@@
-47,7
+47,7
@@
<sonar.language>py</sonar.language>
<sonar.pluginName>Python</sonar.pluginName>
<sonar.inclusions>**/*.py</sonar.inclusions>
- <sonar.exclusions>tests/*,setup.py</sonar.exclusions>
+ <sonar.exclusions>
venv-tox/*,.tox/*, */
tests/*,setup.py</sonar.exclusions>
</properties>
<build>
<pluginManagement>