diff options
author | Haibin Huang <haibin.huang@intel.com> | 2019-12-12 10:01:34 +0800 |
---|---|---|
committer | Haibin Huang <haibin.huang@intel.com> | 2019-12-12 10:01:34 +0800 |
commit | 3f6b7d974f4a749a8abd2f59cffacd8cd2feec81 (patch) | |
tree | 38cf1225f5788f2f2a8106d4450c77940065e9cf /pike/pom.xml | |
parent | 5e6c31fe515e0b7193b7679403ea2f6ecf13489f (diff) |
Exclude the vagrant and test file
Issue-ID: MULTICLOUD-964
Signed-off-by: Haibin Huang <haibin.huang@intel.com>
Change-Id: I3d5760c2f7a9ea5721e537fa60f218ba22404cc2
Diffstat (limited to 'pike/pom.xml')
-rw-r--r-- | pike/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pike/pom.xml b/pike/pom.xml index e89b9a81..cc950cdd 100644 --- a/pike/pom.xml +++ b/pike/pom.xml @@ -38,7 +38,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,**/vagrant/**,**/tests.py</sonar.exclusions> </properties> <build> <pluginManagement> |