diff options
author | stark, steven <ss820f@att.com> | 2018-04-16 08:40:33 -0700 |
---|---|---|
committer | stark, steven <ss820f@att.com> | 2018-04-16 08:40:33 -0700 |
commit | 6c84d315a656bcd4f6554cc523b07f2c717a897c (patch) | |
tree | ff935d3f51d05bf3ce56d1c914abb5ac6790c3e0 /pom.xml | |
parent | d1c62c8f9de5cc5461ed4494d5a5886445643d84 (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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |