summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstark, steven <ss820f@att.com>2018-04-16 08:36:32 -0700
committerstark, steven <ss820f@att.com>2018-04-16 08:37:06 -0700
commitc76a52cdd1320a3daa60c77a77fdf3ee1165512f (patch)
tree6fca14234583b33f95787ea3c086ada038cf0621
parent2c374d687fbfcaadf99509ed632f168d602859cb (diff)
[VVP] excluding symlink from sonar scan
excluding __init__ from sonar because it is symlink Change-Id: I1f5bf5065b1446cceef73b4fbe05e12f60feca88 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 7f678af..0d8ff48 100644
--- 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>