Code Review
/
ccsdk
/
dashboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
3bd28cf
)
Exclude external js libs from sonar
81/92281/1
author
Timoney, Dan (dt5972)
<dtimoney@att.com>
Tue, 30 Jul 2019 13:56:36 +0000
(09:56 -0400)
committer
Timoney, Dan (dt5972)
<dtimoney@att.com>
Tue, 30 Jul 2019 13:56:36 +0000
(09:56 -0400)
Exclude external js libraries from sonar code coverage scan.
Change-Id: I9d2e255a3314d4a9d218cdbe8af8210dd47cbf81
Issue-ID: CCSDK-1561
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
73a4168
..
a3fc796
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-20,6
+20,7
@@
<properties>
<enforcer.skip>true</enforcer.skip>
+ <sonar.exclusions>**/external/**</sonar.exclusions>
</properties>
<modules>