[VVP] excluding symlink from sonar scan 87/43087/1
authorstark, steven <ss820f@att.com>
Mon, 16 Apr 2018 15:36:32 +0000 (08:36 -0700)
committerstark, steven <ss820f@att.com>
Mon, 16 Apr 2018 15:37:06 +0000 (08:37 -0700)
excluding __init__ from sonar because it is symlink

Change-Id: I1f5bf5065b1446cceef73b4fbe05e12f60feca88
Issue-ID: VVP-56
Signed-off-by: stark, steven <ss820f@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 7f678af..0d8ff48 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -32,6 +32,7 @@
         <sonar.language>py</sonar.language>
         <sonar.pluginName>python</sonar.pluginName>
         <sonar.inclusions>django/**.py</sonar.inclusions>
+        <sonar.exclusions>django/vvp/settings/__init__.py</sonar.exclusions>
   </properties>
 
   <build>