diff options
author | Yun Huang <yun.huang@windriver.com> | 2018-03-14 09:54:24 +0800 |
---|---|---|
committer | Yun Huang <yun.huang@windriver.com> | 2018-03-14 09:54:24 +0800 |
commit | 1cdb5e488d7681b9d576dd30bc2e7f836dcbff9d (patch) | |
tree | 653baa7e063b38cfb00fc6503cff0ff7ebe327cb | |
parent | 3b71801cfa48a3463b6909544d33ebb6f05a154d (diff) |
Exclude unwanted python env files
Change-Id: Ic1a2f89d26365bdd7be9300d902f28eadd83260b
Issue-ID: MULTICLOUD-171
Signed-off-by: Yun Huang <yun.huang@windriver.com>
-rw-r--r-- | windriver/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windriver/pom.xml b/windriver/pom.xml index 57a24869..676a6cab 100644 --- 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> |