diff options
author | Yun Huang <yun.huang@windriver.com> | 2018-03-14 10:49:34 +0800 |
---|---|---|
committer | Yun Huang <yun.huang@windriver.com> | 2018-03-14 10:49:34 +0800 |
commit | 2f9345dc9ee45dfaeabcd38a8e9fd1414217f37a (patch) | |
tree | e3332b2cca8542d6490ebc1e1c0b8934be5928df | |
parent | 1cdb5e488d7681b9d576dd30bc2e7f836dcbff9d (diff) |
Correct exclude unwanted python env files
Change-Id: If72245d7a11d953307e095ec2cc9e7a6e89e0a2a
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 676a6cab..f898ce1d 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>venv-tox/*,.tox/*, */tests/*,setup.py</sonar.exclusions> + <sonar.exclusions>**/venv-tox/**,**/.tox/**, **/tests/**,setup.py</sonar.exclusions> </properties> <build> <pluginManagement> |