aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstark, steven <ss820f@att.com>2018-04-16 08:40:33 -0700
committerstark, steven <ss820f@att.com>2018-04-16 08:40:33 -0700
commit6c84d315a656bcd4f6554cc523b07f2c717a897c (patch)
treeff935d3f51d05bf3ce56d1c914abb5ac6790c3e0
parentd1c62c8f9de5cc5461ed4494d5a5886445643d84 (diff)
[VVP] excluding symlink from sonar scans
excluding __init from sonar scan because symlink Change-Id: I075e43de7b279e57bea4192b1454f74e89950708 Issue-ID: VVP-56 Signed-off-by: stark, steven <ss820f@att.com>
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 946874a..a730996 100644
--- 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>