From a5b627903b46333d2343df65d823236554c132b7 Mon Sep 17 00:00:00 2001 From: mueller-ma <mueller-ma@users.noreply.github.com> Date: Wed, 10 Oct 2018 15:55:48 +0200 Subject: [PATCH] Add LGTM badge to readme (#1031) https://lgtm.com/projects/g/openhab/openhab.android/ I don't want to give them access to the PR status checks, because they request write access to all of my repos. Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com> --- README.md | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 9c001998..f4881fe0 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,12 @@ <p align="center"> - <a href="https://travis-ci.org/openhab/openhab-android"> - <img src="https://travis-ci.org/openhab/openhab-android.svg?branch=master"> - </a> - <a href="https://crowdin.com/project/openhab-android"> - <img src="https://d322cqt584bo4o.cloudfront.net/openhab-android/localized.svg"> - </a> - <a href="https://www.bountysource.com/teams/openhab/issues?tracker_ids=968858"> - <img src="https://www.bountysource.com/badge/tracker?tracker_id=968858"> - </a> - <br> - <img alt="Logo" src="fastlane/metadata/android/en-US/images/icon.png" width="100"> - <br> - <b>openHAB client for Android</b> + <a href="https://travis-ci.org/openhab/openhab-android"><img src="https://travis-ci.org/openhab/openhab-android.svg?branch=master"></a> + <a href="https://crowdin.com/project/openhab-android"><img src="https://d322cqt584bo4o.cloudfront.net/openhab-android/localized.svg"></a> + <a href="https://lgtm.com/projects/g/openhab/openhab-android/alerts/"><img alt="Total alerts" src="https://img.shields.io/lgtm/alerts/g/openhab/openhab-android.svg?logo=lgtm&logoWidth=18"/></a> + <a href="https://www.bountysource.com/teams/openhab/issues?tracker_ids=968858"><img src="https://www.bountysource.com/badge/tracker?tracker_id=968858"></a> + <br> + <img alt="Logo" src="fastlane/metadata/android/en-US/images/icon.png" width="100"> + <br> + <b>openHAB client for Android</b> </p> ## Introduction -- GitLab