diff options
author | Sastry Isukapalli <sastry@research.att.com> | 2018-03-07 20:24:38 -0500 |
---|---|---|
committer | Sastry Isukapalli <sastry@research.att.com> | 2018-03-07 20:58:31 -0500 |
commit | 422df2fa5f10ea14352b1a319ee7764d704d6050 (patch) | |
tree | e711ba013a303df1dd0d5cebcb6951149b2e296c /pom.xml | |
parent | 27072ed98f1be56857d782e76ae59f3ebfb6473a (diff) |
Clean up code smells, added osdfapp.py
Added osdfapp.py in inclusions. TODO: clean up this structure.
Notes:
1) Do not use java-like naming (use get_options instead of getOptions).
2) Do not have commented out code in imports (it got flagged as red)
Issue-ID: OPTFRA-102
Change-Id: Ie889b581dc8bf6683ff9bf60a6e14f254a26ef12
Signed-off-by: Sastry Isukapalli <sastry@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ <sonar.python.coverage.reportPath>coverage.xml</sonar.python.coverage.reportPath> <sonar.language>py</sonar.language> <sonar.pluginname>python</sonar.pluginname> - <sonar.inclusions>**/**.py</sonar.inclusions> + <sonar.inclusions>**/**.py,osdfapp.py</sonar.inclusions> <sonar.exclusions>test/**.py</sonar.exclusions> </properties> |