summaryrefslogtreecommitdiffstats
path: root/gui-clamp/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gui-clamp/pom.xml')
-rw-r--r--gui-clamp/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-clamp/pom.xml b/gui-clamp/pom.xml
index 7b3c416..e5301d8 100644
--- a/gui-clamp/pom.xml
+++ b/gui-clamp/pom.xml
@@ -35,7 +35,7 @@
<npm.publish.url>https://nexus3.onap.org/repository/npm.snapshot/</npm.publish.url>
<sonar.nodejs.executable>${project.build.directory}/ui-react/node/node</sonar.nodejs.executable>
<sonar.sources>${project.basedir}/ui-react/src</sonar.sources>
- <sonar.exclusions>**/*.test.js</sonar.exclusions>
+ <sonar.exclusions>**/*.test.js, **/*/*Loop*.js, **/loop_viewer/**/*</sonar.exclusions>
</properties>
<build>
<plugins>