diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-07-30 09:56:36 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-07-30 09:56:36 -0400 |
commit | 99229249d7aa8ef668a5cfc22212424ff9311ebf (patch) | |
tree | 329a3c4fcf481408374e1593353e34eff46c448b | |
parent | 3bd28cf1c70fcdd482a0308fc449ac71d3963781 (diff) |
Exclude external js libs from sonar
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>
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ <properties> <enforcer.skip>true</enforcer.skip> + <sonar.exclusions>**/external/**</sonar.exclusions> </properties> <modules> |