diff options
author | Saya Sugiura <ssugiura@jp.adit-jv.com> | 2019-06-12 15:17:06 +0900 |
---|---|---|
committer | Saya Sugiura <ssugiura@jp.adit-jv.com> | 2019-06-19 11:00:37 +0900 |
commit | 3e73652e5dce1e841d959f521727a0952c2d1c92 (patch) | |
tree | a3a0f83bb366079eab7ca03ab8cec42c1d1f2d16 | |
parent | bad5d41290f710340891c76b77d3d765fae85c8f (diff) | |
download | DLT-daemon-3e73652e5dce1e841d959f521727a0952c2d1c92.tar.gz |
lgtm: Add code analysis platform
To improve the code quality, we introduce lgtm. The status can be
seen in README.
Reference: https://lgtm.com/
Signed-off-by: Saya Sugiura <ssugiura@jp.adit-jv.com>
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ # Diagnostic Log and Trace Build and Test status: [](https://travis-ci.org/GENIVI/dlt-daemon) +Alerts: [](https://lgtm.com/projects/g/GENIVI/dlt-daemon/alerts/) +Code quality: [](https://lgtm.com/projects/g/GENIVI/dlt-daemon/context:cpp) ## Overview |