[VVP] excluding symlink from sonar scans 89/43089/1
authorstark, steven <ss820f@att.com>
Mon, 16 Apr 2018 15:40:33 +0000 (08:40 -0700)
committerstark, steven <ss820f@att.com>
Mon, 16 Apr 2018 15:40:33 +0000 (08:40 -0700)
excluding __init from sonar scan because symlink

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

diff --git a/pom.xml b/pom.xml
index 946874a..a730996 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -33,6 +33,7 @@
         <sonar.language>py</sonar.language>
         <sonar.pluginName>python</sonar.pluginName>
         <sonar.inclusions>django/*/**.py</sonar.inclusions>
+        <sonar.exclusions>django/cms/settings/__init__.py</sonar.exclusions>
   </properties>
 
   <build>