Code Review
/
vvp
/
engagementmgr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
2c374d6
)
[VVP] excluding symlink from sonar scan
87/43087/1
author
stark, steven
<ss820f@att.com>
Mon, 16 Apr 2018 15:36:32 +0000
(08:36 -0700)
committer
stark, 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
patch
|
blob
|
history
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>